Skip to content

Commit 8d0a0e0

Browse files
committed
Updated README and versions
1 parent 59b5e5c commit 8d0a0e0

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.6
2+
#### Changes
3+
- Linux wrapper is now resolved correctly if not previously present
4+
15
### 3.2.5
26
#### Changes
37
- Fixed several bugs causing rendering issues

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.5",
3+
"version": "3.2.6",
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.5');
4+
public static VERSION: VersionNumber = new VersionNumber('3.2.6');
55
public static IS_PORTABLE: boolean = false;
66
public static APP_NAME: string = "r2modman";
77
}

0 commit comments

Comments
 (0)