diff --git a/.env b/.env index a2267c6..f90dde8 100644 --- a/.env +++ b/.env @@ -1,4 +1 @@ -APP_VERSION=8.2.8 - -PAYPAL_URL='https://www.paypal.me/ArtemSolovev' -OPENCOLLECTIVE_URL='https://opencollective.com/artem-solovev' +APP_VERSION=8.2.9 diff --git a/README.md b/README.md index f1d71d7..576a614 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ___ ## History ### Version: -- current: 8.2.8 ( 2020, 6 june ) +- current: 8.2.10 ( 2020, 6 june ) - initial: 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 f234e42..29857f5 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "short_name": "__MSG_shortName__", "author": "__MSG_author__", "description": "__MSG_description__", - "version": "8.2.8", + "version": "8.2.9", "browser_action": { "default_icon": "img/icon128.png", "default_popup": "index.html", diff --git a/package-lock.json b/package-lock.json index 711a843..d4fb8f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gloc", - "version": "8.2.9", + "version": "8.2.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4849c76..ab34720 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gloc", - "version": "8.2.9", + "version": "8.2.10", "description": "Extension counts the number of lines of code in GitHub pages.", "author": "Artem Solovev", "license": "GPL-2.0",