diff --git a/bower.json b/bower.json index 9771c2e..8ba5683 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "transliteration", - "version": "1.6.1", + "version": "1.6.2", "homepage": "https://github.com/andyhu/node-transliteration", "authors": [ "Andy Hu" diff --git a/package.json b/package.json index ab39563..181deb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "transliteration", - "version": "1.6.1", + "version": "1.6.2", "description": "Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.", "main": "lib/node/index.js", "scripts": {