Skip to content

Commit e933150

Browse files
committed
version: Bump to v11.2.0 - Versioning change
Switched version numbers to match upstream twemoji which has switched version numbers to match the unicode/emoji version numbers.
1 parent 47be3a9 commit e933150

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ TMP := /dev/shm
88
# Where to find scfbuild?
99
SCFBUILD := SCFBuild/bin/scfbuild
1010

11-
VERSION := 1.4
11+
VERSION := 11.2.0
1212
FONT_PREFIX := TwitterColorEmoji-SVGinOT
1313
REGULAR_FONT := build/$(FONT_PREFIX).ttf
1414
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
8484
Install for the current user without root:
8585
```sh
8686
# 1. Download the latest version
87-
wget https://github.com/eosrei/twemoji-color-font/releases/download/v1.4/TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz
87+
wget https://github.com/eosrei/twemoji-color-font/releases/download/v11.2.0/TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz
8888
# 2. Uncompress the file
89-
tar zxf TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz
89+
tar zxf TwitterColorEmoji-SVGinOT-Linux-11.2.0.tar.gz
9090
# 3. Run the installer
91-
cd TwitterColorEmoji-SVGinOT-Linux-1.4
91+
cd TwitterColorEmoji-SVGinOT-Linux-11.2.0
9292
./install.sh
9393
```
9494

@@ -124,10 +124,10 @@ emerge twemoji-color-font
124124
Both SVGinOT versions are available from releases:
125125
https://github.com/eosrei/twemoji-color-font/releases
126126

127-
1. `TwitterColorEmoji-SVGinOT-1.4.zip` - The regular version of the font
127+
1. `TwitterColorEmoji-SVGinOT-11.2.0.zip` - The regular version of the font
128128
installs like any other font and can be specifically selected, but OS X will
129129
default to the `Apple Color Emoji` font for emojis.
130-
2. `TwitterColorEmoji-SVGinOT-OSX-1.4.zip` - A hack to replace the `Apple
130+
2. `TwitterColorEmoji-SVGinOT-OSX-11.2.0.zip` - A hack to replace the `Apple
131131
Color Emoji` font by [using the same internal name][12]. Install and accept
132132
the warning in Font Book.
133133

@@ -155,7 +155,7 @@ from releases: https://github.com/eosrei/twemoji-color-font/releases
155155
The regular version of the font installs like any other font and can be
156156
specifically selected, but Windows will default to the `Segoe UI Emoji`
157157
font for emoji characters. Download:
158-
https://github.com/eosrei/twemoji-color-font/releases/download/v1.4/TwitterColorEmoji-SVGinOT-1.4.zip
158+
https://github.com/eosrei/twemoji-color-font/releases/download/v11.2.0/TwitterColorEmoji-SVGinOT-11.2.0.zip
159159

160160
### Replace the default Windows emoji fonts
161161

@@ -170,7 +170,7 @@ install script requires both [Python][16] and pip in the PATH.
170170
1. Download the most recent Python 3 for Windows: https://www.python.org/downloads/windows/
171171
2. Start the installer, select "Add Python 3.6 to PATH" and finish the install process.
172172
3. Download Twitter Color Emoji Windows package from releases:
173-
https://github.com/eosrei/twemoji-color-font/releases/download/v1.4/TwitterColorEmoji-SVGinOT-Win-1.4.zip
173+
https://github.com/eosrei/twemoji-color-font/releases/download/v11.2.0/TwitterColorEmoji-SVGinOT-Win-11.2.0.zip
174174
4. Uncompress the file.
175175
5. Open the new TwitterColorEmoji directory.
176176
7. Run install.cmd. *Note: This will take some time.*

linux/debian/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
fonts-twemoji-svginot (11.2.0-1) bionic; urgency=medium
2+
3+
* Update to twemoji 11.2.0.
4+
* Switched version numbers to match upstream twemoji which has switched
5+
version numbers to match the unicode/emoji version numbers.
6+
7+
-- Brad Erickson <[email protected]> Thu, 1 Nov 2018 12:17:11 -0700
8+
19
fonts-twemoji-svginot (1.4-1) xenial; urgency=medium
210

311
* Update to twemoji 2.5.0.

0 commit comments

Comments
 (0)