Skip to content

Commit 47eb20b

Browse files
committed
Update version to 1.1
1 parent 203416b commit 47eb20b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openrct2-devtools",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Plugin for OpenRCT2 providing tools to aid development of OpenRCT2",
55
"license": "MIT",
66
"author": "OpenRCT2",

src/main.ts

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

2020
registerPlugin({
2121
name: 'DevTools',
22-
version: '1.0',
22+
version: '1.1',
2323
authors: ['OpenRCT2'],
2424
type: 'local',
2525
licence: 'MIT',

0 commit comments

Comments
 (0)