Skip to content

Commit ca981df

Browse files
committed
Up version on rebuild
1 parent 257eee0 commit ca981df

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
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.19
1+
VITE_APP_APP_VERSION=10.1.20
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.19
1+
VITE_APP_APP_VERSION=10.1.20
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.19
1+
VITE_APP_APP_VERSION=10.1.20
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.19",
7+
"version": "10.1.20",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gloc",
3-
"version": "10.1.19",
3+
"version": "10.1.20",
44
"engines": {
55
"node": "16.19.0",
66
"npm": "0.39.3"
@@ -40,7 +40,7 @@
4040
},
4141
"husky": {
4242
"hooks": {
43-
"pre-commit": "npm run version:up && npm run prettier:fix && git add ."
43+
"pre-commit": "npm run prettier:fix && git add ."
4444
}
4545
},
4646
"dependencies": {

0 commit comments

Comments
 (0)