Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Commit

Permalink
chore: Bump version 2.0.0-alpha.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jun 24, 2022
1 parent b5d6756 commit c5cfcb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/userscript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kitten-science/userscript",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"description": "Add-on for the wonderful incremental browser game: https://kittensgame.com/web/",
"license": "MIT",
"author": "Oliver Salzburg <oliver.salzburg@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/userscript/source/ui/UserInterface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class UserInterface {
construct(): void {
this._installCss();

const kg_version = "Kitten Scientists v2.0.0-alpha.1";
const kg_version = "Kitten Scientists v2.0.0-alpha.2";
const optionsElement = $("<div/>", { id: "ks-options", css: { marginBottom: "10px" } });
const optionsListElement = $("<ul/>");
const optionsTitleElement = $("<div/>", {
Expand Down

0 comments on commit c5cfcb7

Please sign in to comment.