Skip to content

Commit

Permalink
Updated README and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed Apr 8, 2020
1 parent 59a916f commit a1035d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ If you're coming from versions prior to 3.0.0, you'll need to manually update, a


## Latest Updates
### 3.0.13
- Common errors now come with suggested actions.
- Settings screen has been slightly modified to allow more options.
- Added tool to fix BepInEx preloader issues.
- Added logging related to game startup.

### 3.0.12
- Fixed "Install with Mod Manager" support.
- Deleted config files now live-update.
Expand All @@ -24,12 +30,6 @@ If you're coming from versions prior to 3.0.0, you'll need to manually update, a
- Visual fix for sorting buttons.
- Other fixes.

### 3.0.9
- Delete configs in editor.
- Profile importing shows progress.
- Version number when clicked takes you to that mod's version page.
- Download progress has been rounded, no more recurring numbers.

## Problem?
Mention me on Discord via the Thunderstore server. @Ebkr#3660.

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.12",
"version": "3.0.13",
"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.12');
public static VERSION: VersionNumber = new VersionNumber('3.0.13');
public static IS_PORTABLE: boolean = false;
}

0 comments on commit a1035d3

Please sign in to comment.