Skip to content

Commit

Permalink
Update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronVanGeffen committed Jan 10, 2025
1 parent 8084792 commit 1166439
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openrct2-devtools",
"version": "1.1.0",
"version": "1.2.0",
"description": "Plugin for OpenRCT2 providing tools to aid development of OpenRCT2",
"license": "MIT",
"author": "OpenRCT2",
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const main = () => {

registerPlugin({
name: 'DevTools',
version: '1.1',
version: '1.2',
authors: ['OpenRCT2'],
type: 'local',
licence: 'MIT',
Expand Down

0 comments on commit 1166439

Please sign in to comment.