Skip to content

Commit b6bec25

Browse files
committed
Update version to 1.2.0
1 parent bf6a065 commit b6bec25

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openrct2-title-editor",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Title Sequence Editor plugin for OpenRCT2",
55
"license": "MIT",
66
"author": "OpenRCT2",
@@ -16,4 +16,4 @@
1616
"typescript": "^4.1.3",
1717
"uglify-js": "^3.12.5"
1818
}
19-
}
19+
}

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const main = () => {
2222

2323
registerPlugin({
2424
name: 'Title Sequence Editor',
25-
version: '1.0',
25+
version: '1.2.0',
2626
authors: ['OpenRCT2'],
2727
type: 'intransient',
2828
licence: 'MIT',

0 commit comments

Comments
 (0)