Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Cristian Petcu committed Aug 17, 2019
1 parent fe76a61 commit 13fe200
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -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__",
Expand Down
2 changes: 1 addition & 1 deletion manifest_android.json
Original file line number Diff line number Diff line change
@@ -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__",
Expand Down

0 comments on commit 13fe200

Please sign in to comment.