diff --git a/build.sh b/build.sh index 5738884..fbf4cb6 100755 --- a/build.sh +++ b/build.sh @@ -1,8 +1,8 @@ #build desktop -zip tr.zip manifest.json scripts/* images/* _locales/* +zip tr_desktop.zip manifest.json scripts/* images/* _locales/* #build android mv manifest.json manifest_desktop.json cp manifest_android.json manifest.json -zip android_tr.zip manifest.json scripts/* images/* _locales/* +zip tr_android.zip manifest.json scripts/* images/* _locales/* mv manifest_desktop.json manifest.json \ No newline at end of file diff --git a/manifest.json b/manifest.json index 568e169..0c9dfa6 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.1.0", + "version": "2.2.0", "homepage_url": "https://github.com/andreicristianpetcu/google_translate_this", "manifest_version": 2, "description": "__MSG_appDescription__", diff --git a/manifest_android.json b/manifest_android.json index 10404af..c0da432 100644 --- a/manifest_android.json +++ b/manifest_android.json @@ -1,6 +1,6 @@ { "name": "__MSG_appName__", - "version": "2.1.02", + "version": "2.2.0", "homepage_url": "https://github.com/andreicristianpetcu/google_translate_this", "manifest_version": 2, "description": "__MSG_appDescription__",