Skip to content

Commit

Permalink
Release 1.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuscc1993 committed Apr 26, 2023
1 parent 49e950c commit 13d477a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"name": "GBF Bookmarker",
"options_page": "src/modules/options/options.html",
"permissions": ["activeTab", "browsingData", "contextMenus", "notifications", "storage", "tabs"],
"version": "1.0.23"
"version": "1.0.24"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"clean-build-folders": "rimraf build/**/*.scss && rimraf build/**/*.css.map && rimraf build/**/*.md",
"copy-build-folders": "git checkout release && rimraf assets && rimraf src && rimraf vendor && rimraf package.json && mv build/* . && rimraf build"
},
"version": "1.0.23"
"version": "1.0.24"
}

0 comments on commit 13d477a

Please sign in to comment.