From d7388f126df1e9328e646c877d2d72c1671d7189 Mon Sep 17 00:00:00 2001 From: Andrea Giammarchi Date: Fri, 13 Mar 2015 10:26:31 +0000 Subject: [PATCH] added SELECT to the list of ignored nodes --- bower.json | 2 +- component.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 1878b829..e88f3b12 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "twemoji", "description": "A Unicode standard based way to implement emoji across all platforms.", - "version": "v1.3.1", + "version": "v1.3.2", "main": "./twemoji.amd.js", "ignore": [ ".git", diff --git a/component.json b/component.json index 1c58cd33..7b51b0e5 100644 --- a/component.json +++ b/component.json @@ -1,5 +1,5 @@ { - "version": "1.3.1", + "version": "1.3.2", "name": "twemoji", "license": ["MIT", "CC-BY-4.0"], "description": "A Unicode standard based way to implement emoji across all platforms.", diff --git a/package.json b/package.json index 47e20ba9..12305746 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.3.1", + "version": "1.3.2", "name": "twemoji", "license": ["MIT", "CC-BY-4.0"], "description": "A Unicode standard based way to implement emoji across all platforms.",