diff --git a/README.md b/README.md index d9015e7..8654e69 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GenLite 0.2.19 - For GenFanad +# GenLite 0.2.20-1 - For GenFanad GenLite installation instructions 1. Install [TamperMonkey(All Browsers)](https://www.tampermonkey.net/) in your browser of choice. @@ -6,7 +6,7 @@ GenLite installation instructions 1. Go to Tampermonkey -> Dashboard -> Settings tab 2. At the top, change Config Mode to "Advanced" 3. At the bottom under Experimental, change Inject Mode to "Instant" -3. Click [here](https://github.com/Retoxified/GenLite/raw/release/dist/genlite.user.js) to install GenLite +3. Click [here](https://github.com/GenLite-Org/GenLite/raw/release/dist/genlite.user.js) to install GenLite 4. Enjoy! GenLite should automatically update whenever there is a new version. We will announce new versions in our discord server. Join us on Discord: https://discord.gg/Jn7s7pArdg diff --git a/package-lock.json b/package-lock.json index a7765fb..9b2aeb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "genlite", - "version": "0.2.19", + "version": "0.2.20-1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "genlite", - "version": "0.2.19", + "version": "0.2.20-1", "dependencies": { "@types/stats.js": "^0.17.0", "robust-point-in-polygon": "^1.0.3", diff --git a/package.json b/package.json index c6e1cdf..032df6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genlite", - "version": "0.2.19", + "version": "0.2.20-1", "scripts": { "build:prodbeta": "npm version prerelease --no-git-tag-version --force && npx webpack --mode production --env type=prerelease", "build:prodrelease": "npm version patch --no-git-tag-version --force && npx webpack --mode production --env type=release",