From fada5199a985fc5661fb196a0a13ec510bb52748 Mon Sep 17 00:00:00 2001 From: Juanito Fatas Date: Fri, 9 Oct 2015 12:12:54 +0800 Subject: [PATCH] Release v2.1.1 --- CHANGELOG.md | 2 ++ lib/twemoji/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a46e5..e44e625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 2.1.1 - 2015.10.09 + - Export JSON for SVG and PNG (16x16, 36x36, 72x72) [#18](https://github.com/jollygoodcode/twemoji/pull/18) ## 2.0.1 - 2015.07.19 diff --git a/lib/twemoji/version.rb b/lib/twemoji/version.rb index 090a24c..d8170b5 100644 --- a/lib/twemoji/version.rb +++ b/lib/twemoji/version.rb @@ -1,3 +1,3 @@ module Twemoji - VERSION = "2.0.1" + VERSION = "2.1.1" end