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 Aug 31, 2020
1 parent 00023ae commit 2372f63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ From small features such as always-expanded cards, all the way to larger feature
The only thing you have to consider when suggesting a feature is the impact it will have on users who don't have a lot of experience with computers.

## Changelog
### 3.0.27
- "Property join of null" error has now been resolved.
- Prevents mods failing to install dependencies if BepInEx isn't resolved to be installed first.

### 3.0.26
- Fixed error thrown related to libraryfolders.vdf not being parsed.

Expand All @@ -68,14 +72,6 @@ The only thing you have to consider when suggesting a feature is the impact it w
### 3.0.24
- Fixed profile importing from 3.0.23 change.

### 3.0.23
- Updating a mod now shows the version you currently have installed.
- Mod cards no longer expand if not previously opened when searching.
- Profiles can now be renamed.
- Backend library updates and code cleanup.
- Re-added enable/disable all settings.
- Changed code export host.

## Screenshots

Installed mod view
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.26",
"version": "3.0.27",
"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.26');
public static VERSION: VersionNumber = new VersionNumber('3.0.27');
public static IS_PORTABLE: boolean = false;
}

0 comments on commit 2372f63

Please sign in to comment.