Skip to content

Commit

Permalink
Merge pull request #1580 from ebkr/release-3.1.55
Browse files Browse the repository at this point in the history
Release - 3.1.55
  • Loading branch information
ebkr authored Dec 10, 2024
2 parents 0d754cf + c24c403 commit 544b5ba
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 3.1.55
#### Games added
- ATLYSS
- STRAFTAT
- Peaks of Yore

### 3.1.54
#### Bug fix
- Fixed profile import issue where entries were not found inside zips
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.54",
"version": "3.1.55",
"description": "A simple and easy to use mod manager for many 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.54');
public static VERSION: VersionNumber = new VersionNumber('3.1.55');
public static IS_PORTABLE: boolean = false;
public static APP_NAME: string = "r2modman";
}

0 comments on commit 544b5ba

Please sign in to comment.