diff --git a/package.json b/package.json index 866de19..4a25475 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rollup-test", - "version": "1.2.0", + "version": "1.2.1", "description": "Test project for rollup.", "author": "Sadret", "license": "GPL-3.0", diff --git a/src/index.ts b/src/index.ts index f074265..c24f1a8 100644 --- a/src/index.ts +++ b/src/index.ts @@ -16,7 +16,7 @@ import MainWindow from "./window/MainWindow"; registerPlugin({ name: "scenery-manager", - version: "1.2.0", + version: "1.2.1", authors: ["Sadret"], type: "local", licence: "GPL-3.0", diff --git a/src/window/tabs/Research.ts b/src/window/tabs/Research.ts index 28b2625..13d1c5e 100644 --- a/src/window/tabs/Research.ts +++ b/src/window/tabs/Research.ts @@ -16,7 +16,7 @@ export default new GUI.Tab( 8, GUI.Margin.uniform(8), ).add( - new GUI.Label({ text: "Version: 1.2.0", }), + new GUI.Label({ text: "Version: 1.2.1", }), new GUI.GroupBox({ text: "Latest changes" }).add( new GUI.Label({ text: "- Hotkeys for most operations." }), new GUI.Label({ text: "- Cut (copy and remove) templates." }),