Skip to content

Commit 3266396

Browse files
committed
Sync manifest versions
1 parent 83f8001 commit 3266396

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_APP_APP_VERSION=10.1.4
1+
VITE_APP_APP_VERSION=10.1.7
22
VITE_APP_GITHUB_API_FREE_HOURLY_LIMIT=60
33
VITE_APP_GITHUB_API_TOKENIZED_HOURLY_LIMIT=5000
44
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC

.env.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_APP_APP_VERSION=10.1.4
1+
VITE_APP_APP_VERSION=10.1.7
22
VITE_APP_GITHUB_API_FREE_HOURLY_LIMIT=60
33
VITE_APP_GITHUB_API_TOKENIZED_HOURLY_LIMIT=5000
44
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC

.env.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VITE_APP_APP_VERSION=10.1.4
1+
VITE_APP_APP_VERSION=10.1.7
22
VITE_APP_GITHUB_API_FREE_HOURLY_LIMIT=60
33
VITE_APP_GITHUB_API_TOKENIZED_HOURLY_LIMIT=5000
44
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"short_name": "Gloc",
55
"author": "Kas Elvirov",
66
"description": "Github Gloc - counts locs on GitHub pages",
7-
"version": "10.1.4",
7+
"version": "10.1.7",
88
"action": {
99
"default_icon": {
1010
"16": "img/icon16.png",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloc",
3-
"version": "10.1.4",
3+
"version": "10.1.7",
44
"engines": {
55
"node": "16.19.0",
66
"npm": "0.39.3"

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"short_name": "Gloc",
55
"author": "Kas Elvirov",
66
"description": "Github Gloc - counts locs on GitHub pages",
7-
"version": "10.1.3",
7+
"version": "10.1.7",
88
"action": {
99
"default_icon": {
1010
"16": "img/icon16.png",

scripts/upAppVersion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ parsedEnvProduction.VITE_APP_CHROME_EXTENSION_SETTINGS_LINK_BASE = 'chrome://ext
4949
fs.writeFileSync('./.env.production', envfile.stringify(parsedEnvProduction));
5050

5151
/**
52-
* Update manifest
52+
* Update index manifest
5353
*/
5454
manifest.version = package.version;
5555
fs.writeFileSync('./manifest.json', JSON.stringify(manifest, null, 4));

0 commit comments

Comments
 (0)