Skip to content

Commit e94f4c3

Browse files
Release 1.14.3
1 parent cf43ba7 commit e94f4c3

File tree

7 files changed

+1333
-5
lines changed

7 files changed

+1333
-5
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.twitter</groupId>
66
<artifactId>twitter-text</artifactId>
7-
<version>1.14.2</version>
7+
<version>1.14.3</version>
88

99
<packaging>jar</packaging>
1010
<name>twitter-text</name>

js/component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-text",
3-
"version": "1.14.2",
3+
"version": "1.14.3",
44
"main": ["./twitter-text.js"],
55
"dependencies": {
66
}

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "twitter-text",
33
"description": "official twitter text linkification",
4-
"version": "1.14.2",
4+
"version": "1.14.3",
55
"main": "./twitter-text.js",
66
"files": [
77
"twitter-text.js"

js/pkg/twitter-text-1.14.3.js

Lines changed: 1326 additions & 0 deletions
Large diffs are not rendered by default.

js/pkg/twitter-text-1.14.3.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

objc/twitter-text.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
name = "twitter-text"
3-
version = "1.14.2"
3+
version = "1.14.3"
44
url = "https://github.com/twitter/#{name}"
55
git_url = "#{url}.git"
66
tag = "v#{version}"

rb/twitter-text.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = "twitter-text"
5-
s.version = "1.14.2"
5+
s.version = "1.14.3"
66
s.authors = ["Matt Sanford", "Patrick Ewing", "Ben Cherry", "Britt Selvitelle",
77
"Raffi Krikorian", "J.P. Cummins", "Yoshimasa Niwa", "Keita Fujii", "James Koval"]
88
s.email = ["matt@twitter.com", "patrick.henry.ewing@gmail.com", "bcherry@gmail.com", "bs@brittspace.com",

0 commit comments

Comments
 (0)