Skip to content

Commit a9cdea9

Browse files
committed
feature/#130 Removed latest version text from README
1 parent 400941e commit a9cdea9

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
APP_VERSION=8.2.59
1+
APP_VERSION=8.2.60
22
PAYPAL_URL=https://www.paypal.me/ArtemSolovev
33
OPENCOLLECTIVE_URL=https://opencollective.com/artem-solovev

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ ___
1313
### 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
1414

1515
## History
16-
### Version:
17-
- current: 8.2.48 ( 2021, 15 april )
18-
- initial: 2.0.1 ( 2017, 12 february )
16+
Initial version: 2.0.1 ( 2017, 12 february )
1917

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

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"short_name": "__MSG_shortName__",
66
"author": "__MSG_author__",
77
"description": "__MSG_description__",
8-
"version": "8.2.59",
8+
"version": "8.2.60",
99
"browser_action": {
1010
"default_icon": "img/icon128.png",
1111
"default_popup": "index.html",

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": "8.2.59",
3+
"version": "8.2.60",
44
"description": "Browser extension - counts locs on GitHub pages",
55
"authors": [
66
"Artem Vadimovich Solovev <artem.solovev.lse@gmail.com> (https://github.com/artem-solovev)"

0 commit comments

Comments
 (0)