From a9cdea96bd7c15453ce94265e5c3b8dedb332bc9 Mon Sep 17 00:00:00 2001 From: Artem Solovev Date: Wed, 11 Aug 2021 19:06:48 +0300 Subject: [PATCH] feature/#130 Removed latest version text from README --- .env | 2 +- README.md | 4 +--- manifest.json | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.env b/.env index 3b649a7..f187b83 100644 --- a/.env +++ b/.env @@ -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 diff --git a/README.md b/README.md index bb5eab9..1a7a47c 100644 --- a/README.md +++ b/README.md @@ -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 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 ))) diff --git a/manifest.json b/manifest.json index cbf78dc..81ef185 100644 --- a/manifest.json +++ b/manifest.json @@ -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", diff --git a/package.json b/package.json index e100c75..c447e01 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/artem-solovev)"