Skip to content

Commit

Permalink
Bump to 2.0.1 (14)
Browse files Browse the repository at this point in the history
  • Loading branch information
workwithnano committed Dec 29, 2023
1 parent 00198b3 commit 027d9b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MainConfig.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
MARKETING_VERSION = 2.0.0
CURRENT_PROJECT_VERSION = 13 // this needs to be increased with each version change as well (not set to 1 when version is updated)
MARKETING_VERSION = 2.0.1
CURRENT_PROJECT_VERSION = 14 // this needs to be increased with each version change as well (not set to 1 when version is updated)
5 changes: 3 additions & 2 deletions Shared (Extension)/Resources/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "2.0.0",
"version": "2.0.1",

"icons": {
"512": "images/Icon.png"
Expand All @@ -14,7 +14,8 @@
"scripts": [
"background.js"
],
"service_worker": "background.js"
"service_worker": "background.js",
"persistent": false
},

"browser_action": {
Expand Down

0 comments on commit 027d9b5

Please sign in to comment.