Skip to content

Commit

Permalink
Fixed bug, updated version and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkr committed May 19, 2020
1 parent 7946168 commit c040f11
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- 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.19
- Fixed a bug where the installed search bar wasn't working

### 3.0.18
- Lots of performance improvements.
- Pagination.
Expand Down Expand Up @@ -40,15 +43,15 @@ If I'm not free, there's a high chance that someone else will be readily availab

Installed mod view

![](https://i.imgur.com/8BAxYiB.png)
![](https://i.imgur.com/XNVQBuQ.png)

Downloadable mods

![](https://i.imgur.com/DNl7kVy.png)
![](https://i.imgur.com/Do6Awz0.png)

Dark theme

![](https://i.imgur.com/rPLesah.png)
![](https://i.imgur.com/szsyGWB.png)

Config editor

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

0 comments on commit c040f11

Please sign in to comment.