Skip to content

Commit

Permalink
Merge pull request #112 from mgovea/multiplayer
Browse files Browse the repository at this point in the history
Update version number for #111 (like a dolt)
  • Loading branch information
mgovea committed Mar 30, 2021
2 parents b8c9497 + 9349dfe commit a1735b3
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": "ride-price-manager",
"version": "1.2.2",
"version": "1.3.0",
"description": "Ride Price Manager is a plugin for OpenRCT2 that automagically updates the prices of all your rides",
"main": "app.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/registerPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import main from './main';

registerPlugin({
name: 'Ride Price Manager',
version: '1.2.2',
version: '1.3.0',
authors: ['mgovea', 'Sadret'],
type: 'remote',
licence: 'MIT',
Expand Down

0 comments on commit a1735b3

Please sign in to comment.