Skip to content

Commit

Permalink
Merge pull request #177 from twitter/release_1_14_6
Browse files Browse the repository at this point in the history
Release 1.14.6 with updated tlds
  • Loading branch information
codemonkey3045 committed Jun 16, 2017
2 parents 52a7a60 + 2aa6f06 commit 5b4f3b8
Show file tree
Hide file tree
Showing 7 changed files with 1,333 additions and 5 deletions.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.twitter</groupId>
<artifactId>twitter-text</artifactId>
<version>1.14.3</version>
<version>1.14.6</version>

<packaging>jar</packaging>
<name>twitter-text</name>
Expand Down
2 changes: 1 addition & 1 deletion js/component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twitter-text",
"version": "1.14.3",
"version": "1.14.6",
"main": ["./twitter-text.js"],
"dependencies": {
}
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twitter-text",
"description": "official twitter text linkification",
"version": "1.14.3",
"version": "1.14.6",
"main": "./twitter-text.js",
"files": [
"twitter-text.js"
Expand Down
1,326 changes: 1,326 additions & 0 deletions js/pkg/twitter-text-1.14.6.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions js/pkg/twitter-text-1.14.6.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion objc/twitter-text.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
name = "twitter-text"
version = "1.14.3"
version = "1.14.6"
url = "https://github.com/twitter/#{name}"
git_url = "#{url}.git"
tag = "v#{version}"
Expand Down
2 changes: 1 addition & 1 deletion rb/twitter-text.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "twitter-text"
s.version = "1.14.5"
s.version = "1.14.6"
s.authors = ["Matt Sanford", "Patrick Ewing", "Ben Cherry", "Britt Selvitelle",
"Raffi Krikorian", "J.P. Cummins", "Yoshimasa Niwa", "Keita Fujii", "James Koval"]
s.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]",
Expand Down

0 comments on commit 5b4f3b8

Please sign in to comment.