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 27, 2021
1 parent 90518db commit 76752a7
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 @@ -68,6 +68,12 @@ 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.1.12
- Fixed issue causing mod list to not use refreshed cache on initial launch.
- Profiles can now be updated using codes and files without having to export/delete/re-import.
- Increased timeout to 30s for slower connections.
- Minor visual tweaks and fixes.

### 3.1.11
- Added Outward support.
- Update all can now be accessed without going to the Settings screen.
Expand All @@ -88,12 +94,6 @@ The only thing you have to consider when suggesting a feature is the impact it w
- _Please let me know if you get any profile issues._
- Fixed several other small issues.

### 3.1.9
- Fixed an issue where duplicate package listings would break the Online search functionality.

### 3.1.8
- Added GTFO support

## 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.1.11",
"version": "3.1.12",
"description": "A simple and easy to use mod manager for Risk of Rain 2, Dyson Sphere Program and Valheim.",
"productName": "r2modman",
"author": "ebkr",
Expand Down
2 changes: 1 addition & 1 deletion src/_managerinf/ManagerInformation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import VersionNumber from '../model/VersionNumber';

export default class ManagerInformation {
public static VERSION: VersionNumber = new VersionNumber('3.1.11');
public static VERSION: VersionNumber = new VersionNumber('3.1.12');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 76752a7

Please sign in to comment.