diff --git a/bower.json b/bower.json index 66d0e8a52..59a8db073 100644 --- a/bower.json +++ b/bower.json @@ -29,7 +29,7 @@ "angular-route": "~1.4.7", "codemirror": "5.12.0", "fuzzy": "^0.1.3", - "entryjs": "#dist/offline_v1.6.0" + "entryjs": "#dist/offline_v1.6.1" }, "license": "MIT", "homepage": "http://play-entry.com", diff --git a/build/entryx64.nsi b/build/entryx64.nsi index 75013997b..4a9986d65 100644 --- a/build/entryx64.nsi +++ b/build/entryx64.nsi @@ -13,7 +13,7 @@ !define MUI_UNICON "icon.ico" !define PRODUCT_NAME "Entry" !define APP_NAME "Entry.exe" -!define PRODUCT_VERSION "1.6.0" +!define PRODUCT_VERSION "1.6.1" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/build/entryx86.nsi b/build/entryx86.nsi index 7861a0892..575f9a037 100644 --- a/build/entryx86.nsi +++ b/build/entryx86.nsi @@ -13,7 +13,7 @@ !define MUI_UNICON "icon.ico" !define PRODUCT_NAME "Entry" !define APP_NAME "Entry.exe" -!define PRODUCT_VERSION "1.6.0" +!define PRODUCT_VERSION "1.6.1" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/package.json b/package.json index 0aec06c02..eff1567ea 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "entry", "productName": "Entry", "main": "src/entry_offline.js", - "version": "1.6.0", + "version": "1.6.1", "config": { "forge": "./forge.config.js" },