Skip to content

Commit

Permalink
finalize release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadret committed Apr 1, 2021
1 parent f21c6d8 commit 6958a7e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/window/tabs/Research.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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." }),
Expand Down

0 comments on commit 6958a7e

Please sign in to comment.