Skip to content

Commit 7985fc6

Browse files
committed
Prepare release of v1.0
1 parent c7cc527 commit 7985fc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GitHub-Timestamp-Privacy",
3-
"version": "0.4.0",
3+
"version": "1.0",
44
"description": "Control precisions of timestamps shown on GitHub.",
55
"scripts": {
66
"dev": "NODE_ENV=development scripts/create_manifest && webextension-toolbox dev",

templates/manifest.json.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "__MSG_appShortName__",
44
"description": "__MSG_appDescription__",
55
"homepage_url": "https://github.com/EMPRI-DEVOPS/empri-browser-extension",
6-
"version": "0.4.0",
6+
"version": "1.0",
77
"manifest_version": 2,
88
"default_locale": "en",
99
"icons": {

0 commit comments

Comments
 (0)