We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6a065 commit b6bec25Copy full SHA for b6bec25
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openrct2-title-editor",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"description": "Title Sequence Editor plugin for OpenRCT2",
5
"license": "MIT",
6
"author": "OpenRCT2",
@@ -16,4 +16,4 @@
16
"typescript": "^4.1.3",
17
"uglify-js": "^3.12.5"
18
}
19
-}
+}
src/main.ts
@@ -22,7 +22,7 @@ const main = () => {
22
23
registerPlugin({
24
name: 'Title Sequence Editor',
25
- version: '1.0',
+ version: '1.2.0',
26
authors: ['OpenRCT2'],
27
type: 'intransient',
28
licence: 'MIT',
0 commit comments