Skip to content

Commit

Permalink
Merge pull request #27 from TheEssemCraft/0.3.2
Browse files Browse the repository at this point in the history
Fix bug #26 and update version number
  • Loading branch information
timdream authored Mar 29, 2018
2 parents 98ff7b2 + 6b6957e commit 6cf88e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function(grunt) {
types: 'ttf',
autoHint: false,
execMaxBuffer: 1024 * 1000,
version: 'Version ' + packageJSON.version,
version: packageJSON.version,
codepointsFile: 'build/codepoints.js'
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "twemoji-colr",
"description": "Twemoji font in COLR/CPAL layered format.",
"version": "0.3.1",
"version": "0.3.2",
"license": "Apache-2.0",
"author": "Jonathan Kew <jfkthame@gmail.com>",
"contributors": [
Expand Down

0 comments on commit 6cf88e9

Please sign in to comment.