diff --git a/packages/userscript/package.json b/packages/userscript/package.json index 348de0b4..a22e1a7c 100644 --- a/packages/userscript/package.json +++ b/packages/userscript/package.json @@ -1,6 +1,6 @@ { "name": "@kitten-science/userscript", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "description": "Add-on for the wonderful incremental browser game: https://kittensgame.com/web/", "license": "MIT", "author": "Oliver Salzburg ", diff --git a/packages/userscript/source/ui/UserInterface.ts b/packages/userscript/source/ui/UserInterface.ts index 7906651c..86d0dc18 100644 --- a/packages/userscript/source/ui/UserInterface.ts +++ b/packages/userscript/source/ui/UserInterface.ts @@ -49,7 +49,7 @@ export class UserInterface { construct(): void { this._installCss(); - const kg_version = "Kitten Scientists v2.0.0-alpha.2"; + const kg_version = "Kitten Scientists v2.0.0-alpha.3"; const optionsElement = $("
", { id: "ks-options", css: { marginBottom: "10px" } }); const optionsListElement = $("