Skip to content

Commit c19a10d

Browse files
authored
Merge pull request #1915 from ebkr/release-3.2.4
Release 3.2.4
2 parents 8ffbc0e + a085c97 commit c19a10d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 3.2.4
2+
#### Games added
3+
- Hollow Knight: Silksong
4+
- Resonite
5+
- House of Legacy
6+
- Beton Brutal
7+
- Pair A Dice
8+
- Maltese's Fluffy Onsen
9+
- Paper Animal Adventure
10+
- PAC-MAN WORLD Re-PAC
11+
- Darkwater
12+
13+
#### Changes
14+
- Preview panel can now be resized
15+
- Download and install progress is now better reflected
16+
- The entire application has upgraded to Vue 3 along with some other internal tooling upgrades
17+
118
### 3.2.3
219
#### Games added
320
- Len's Island

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

0 commit comments

Comments
 (0)