Skip to content

Commit f6e0bf1

Browse files
committed
Updated versions and README
1 parent 8a2e2ca commit f6e0bf1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 3.2.5
2+
#### Changes
3+
- Fixed several bugs causing rendering issues
4+
15
### 3.2.4
26
#### Games added
37
- Hollow Knight: Silksong

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "r2modman",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"description": "A simple and easy to use mod manager for many games using Thunderstore.",
55
"productName": "r2modman",
66
"author": "ebkr",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import VersionNumber from '../model/VersionNumber';
22

33
export default class ManagerInformation {
4-
public static VERSION: VersionNumber = new VersionNumber('3.2.4');
4+
public static VERSION: VersionNumber = new VersionNumber('3.2.5');
55
public static IS_PORTABLE: boolean = false;
66
public static APP_NAME: string = "r2modman";
77
}

0 commit comments

Comments
 (0)