Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Commit

Permalink
version: Bump to v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Jun 10, 2016
1 parent a64bd8d commit 14e1fc9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TMP := /dev/shm
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild

VERSION := 1.0
VERSION := 1.1
FONT_PREFIX := EmojiOneColor-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
Install for the current user without root:
```sh
# 1. Download the latest version
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.0/EmojiOneColor-SVGinOT-Linux-1.0.tar.gz
wget https://github.com/eosrei/emojione-color-font/releases/download/v1.1/EmojiOneColor-SVGinOT-Linux-1.1.tar.gz
# 2. Uncompress the file
tar zxf EmojiOneColor-SVGinOT-Linux-1.0.tar.gz
tar zxf EmojiOneColor-SVGinOT-Linux-1.1.tar.gz
# 3. Run the installer
cd EmojiOneColor-SVGinOT-Linux-1.0
cd EmojiOneColor-SVGinOT-Linux-1.1
./install.sh
```

Expand Down Expand Up @@ -121,10 +121,10 @@ emerge emojione-color-font
There are three install options for OS X. Both SVGinOT versions are available
from releases: https://github.com/eosrei/emojione-color-font/releases

1. `EmojiOneColor-SVGinOT-1.0.zip` - The regular version of the font
1. `EmojiOneColor-SVGinOT-1.1.zip` - The regular version of the font
installs like any other font and can be specifically selected, but OS X will
default to the `Apple Color Emoji` font for emojis.
2. ` EmojiOneColor-SVGinOT-OSX-1.0.zip` - A hack to replace the `Apple
2. ` EmojiOneColor-SVGinOT-OSX-1.1.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][9]. Install and accept
the warning in Font Book.
3. `emojione-apple.ttf` - A SBIX bitmap Apple-format EmojiOne color font is
Expand Down
7 changes: 7 additions & 0 deletions linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
fonts-emojione-svginot (1.1-1) trusty; urgency=medium

* Rename "Emoji One" to "EmojiOne" to match graphics source.
* Update graphics adding most Unicode 9.0 emoji.

-- Brad Erickson <[email protected]> Thu, 09 Jun 2016 16:05:33 -0700

fonts-emojione-svginot (1.0-1) trusty; urgency=medium

* Initial release.
Expand Down

0 comments on commit 14e1fc9

Please sign in to comment.