Skip to content

Commit

Permalink
final polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kas-elvirov committed Jan 3, 2025
1 parent 7d7a2a2 commit 770b6af
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_APP_VERSION=10.0.5
VITE_APP_APP_VERSION=10.0.6
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC
VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc
VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com
Expand Down
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_APP_VERSION=10.0.5
VITE_APP_APP_VERSION=10.0.6
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC
VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc
VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com
Expand Down
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VITE_APP_APP_VERSION=10.0.5
VITE_APP_APP_VERSION=10.0.6
VITE_APP_TOKEN_CREATION_LINK=https://github.com/settings/tokens/new?scopes=repo&description=Github%20GLOC
VITE_APP_APPLICATION_REPO=https://github.com/kas-elvirov/gloc
VITE_APP_DEVELOPER_WEBSITE=https://kas-elvirov.com
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "Gloc",
"author": "Kas Elvirov",
"description": "Github Gloc - counts locs on GitHub pages",
"version": "10.0.5",
"version": "10.0.6",
"action": {
"default_icon": {
"16": "img/icon16.png",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gloc",
"version": "10.0.5",
"version": "10.0.6",
"engines": {
"node": "16.19.0",
"npm": "0.39.3"
Expand Down
37 changes: 0 additions & 37 deletions src/TODO.md

This file was deleted.

0 comments on commit 770b6af

Please sign in to comment.