Skip to content

Commit

Permalink
feature/#130 Removed latest version text from README
Browse files Browse the repository at this point in the history
  • Loading branch information
kas-elvirov committed Aug 11, 2021
1 parent 400941e commit a9cdea9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_VERSION=8.2.59
APP_VERSION=8.2.60
PAYPAL_URL=https://www.paypal.me/ArtemSolovev
OPENCOLLECTIVE_URL=https://opencollective.com/artem-solovev
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ ___
### Github does not have a function to view the total number of lines of code in the project but we can to compute an approximation of that data (LOC: Lines of Code) through the GitHub Statistics API. Some glitches may occur, such as negative loc or <unavailable data> for many reasons

## History
### Version:
- current: 8.2.48 ( 2021, 15 april )
- initial: 2.0.1 ( 2017, 12 february )
Initial version: 2.0.1 ( 2017, 12 february )

I made this program in the Russian Army while I was on duty. I was coding as fast as i could )))

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"short_name": "__MSG_shortName__",
"author": "__MSG_author__",
"description": "__MSG_description__",
"version": "8.2.59",
"version": "8.2.60",
"browser_action": {
"default_icon": "img/icon128.png",
"default_popup": "index.html",
Expand Down
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": "8.2.59",
"version": "8.2.60",
"description": "Browser extension - counts locs on GitHub pages",
"authors": [
"Artem Vadimovich Solovev <[email protected]> (https://github.com/artem-solovev)"
Expand Down

0 comments on commit a9cdea9

Please sign in to comment.