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 203416b commit 47eb20bCopy full SHA for 47eb20b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openrct2-devtools",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"description": "Plugin for OpenRCT2 providing tools to aid development of OpenRCT2",
5
"license": "MIT",
6
"author": "OpenRCT2",
src/main.ts
@@ -19,7 +19,7 @@ const main = () => {
19
20
registerPlugin({
21
name: 'DevTools',
22
- version: '1.0',
+ version: '1.1',
23
authors: ['OpenRCT2'],
24
type: 'local',
25
licence: 'MIT',
0 commit comments