Skip to content

Commit

Permalink
Prepare version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cburkert committed Jan 19, 2022
1 parent 104d489 commit c0f9ef3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "GitHub-Timestamp-Privacy",
"version": "1.0",
"version": "1.1",
"description": "Control precisions of timestamps shown on GitHub.",
"scripts": {
"dev": "NODE_ENV=development scripts/create_manifest && webextension-toolbox dev",
Expand Down
2 changes: 1 addition & 1 deletion templates/manifest.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"homepage_url": "https://github.com/EMPRI-DEVOPS/empri-browser-extension",
"version": "1.0",
"version": "1.1",
"manifest_version": 2,
"default_locale": "en",
"icons": {
Expand Down

0 comments on commit c0f9ef3

Please sign in to comment.