Skip to content

Commit

Permalink
Merge pull request #150 from twitter/cgoncalves/prep_for_1.14.1_release
Browse files Browse the repository at this point in the history
Bumping version to 1.14.1 and adding some more rake generated tests from the new tlds
  • Loading branch information
codemonkey3045 authored Oct 28, 2016
2 parents 931886b + 5611b34 commit 6ea6726
Show file tree
Hide file tree
Showing 6 changed files with 915 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.0</version>
<version>1.14.1</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.0",
"version": "1.14.1",
"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.0",
"version": "1.14.1",
"main": "./twitter-text.js",
"files": [
"twitter-text.js"
Expand Down
Loading

0 comments on commit 6ea6726

Please sign in to comment.