Skip to content

Commit

Permalink
Updated README and version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Jun 1, 2020
1 parent b977ff9 commit 89727fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
- Installing to the Risk of Rain 2 folder will cause problems. DO NOT DO THIS. It's an application, not a mod.

## Latest Updates
### 3.0.20
- Custom parameters can now be passed in to the game.
- Directory setting now checks for specific executables.
- Other small fixes


### 3.0.19
- Fixed a bug where the installed search bar wasn't working

Expand All @@ -22,13 +28,6 @@
- Fixed a bug with window size persistence.
- Hopefully fixed the path join on null error.

### 3.0.16 (Bug fixes)
- Profile code export host has changed. We'll see how reliable this one is in comparison.
- Fixed a bug where saving a config file produced a new line at the end.
- Window resize now persists between launches.
- Config editor section title backgrounds aren't transparent anymore.
- Error shown if code export fails.

## Regarding Auto Updating
Updates in r2modman are now handled in the background. Leave the manager running for a minute or two, and you'll be notified that an update is ready to install.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2modman",
"version": "3.0.19",
"version": "3.0.20",
"description": "r2modman",
"productName": "r2modman",
"cordovaId": "org.cordova.quasar.app",
Expand Down
2 changes: 1 addition & 1 deletion src/_managerinf/ManagerInformation.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import VersionNumber from 'src/model/VersionNumber';

export default class ManagerInformation {
public static VERSION: VersionNumber = new VersionNumber('3.0.19');
public static VERSION: VersionNumber = new VersionNumber('3.0.20');
public static IS_PORTABLE: boolean = false;
}

0 comments on commit 89727fd

Please sign in to comment.