Skip to content

Commit

Permalink
Merge pull request #1220 from ebkr/release-3.1.47
Browse files Browse the repository at this point in the history
Updated versions and CHANGELOG
  • Loading branch information
ebkr authored Feb 15, 2024
2 parents 23b6a6e + c59f158 commit 37f9e37
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
### 3.1.47
- Significant performance improvements
- Games added:
- Palworld
- Voices of the Void
- GOG support for Cult of the Lamb
- EGS support for 20 Minutes Till Dawn
- General QoL improvements

_Contributions:_
- _anttimaki_
- _Lordmau5_
- _IngoHHacks_

### 3.1.46
- Games added:
- Sailwind
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.46",
"version": "3.1.47",
"description": "A simple and easy to use mod manager for several games using Thunderstore.",
"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.46');
public static VERSION: VersionNumber = new VersionNumber('3.1.47');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 37f9e37

Please sign in to comment.