Skip to content

Commit

Permalink
Merge branch 'release-0.1.35'
Browse files Browse the repository at this point in the history
  • Loading branch information
mika committed Aug 6, 2019
2 parents c370fd3 + 7b86f7c commit 0b9f43d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/js/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

this.ENV = {
logLevel: "debug",
version: '0.1.34',
version: '0.1.35',
minNativeAppVersion: '0.1.9'
};

2 changes: 1 addition & 1 deletion src/js/env.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

this.ENV = {
logLevel: "warn",
version: '0.1.34',
version: '0.1.35',
minNativeAppVersion: '0.1.9'
};

2 changes: 1 addition & 1 deletion src/manifest.chrome.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"author": "Mika",
"version": "0.1.34",
"version": "0.1.35",
"default_locale": "en",
"web_accessible_resources": [
"pages/*"
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"author": "Mika",
"version": "0.1.34",
"version": "0.1.35",
"default_locale": "en",
"web_accessible_resources": [
"pages/*"
Expand Down

0 comments on commit 0b9f43d

Please sign in to comment.