File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### 3.2.6
2
+ #### Changes
3
+ - Linux wrapper is now resolved correctly if not previously present
4
+
1
5
### 3.2.5
2
6
#### Changes
3
7
- Fixed several bugs causing rendering issues
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " r2modman" ,
3
- "version" : " 3.2.5 " ,
3
+ "version" : " 3.2.6 " ,
4
4
"description" : " A simple and easy to use mod manager for many games using Thunderstore." ,
5
5
"productName" : " r2modman" ,
6
6
"author" : " ebkr" ,
Original file line number Diff line number Diff line change 1
1
import VersionNumber from '../model/VersionNumber' ;
2
2
3
3
export default class ManagerInformation {
4
- public static VERSION : VersionNumber = new VersionNumber ( '3.2.5 ' ) ;
4
+ public static VERSION : VersionNumber = new VersionNumber ( '3.2.6 ' ) ;
5
5
public static IS_PORTABLE : boolean = false ;
6
6
public static APP_NAME : string = "r2modman" ;
7
7
}
You can’t perform that action at this time.
0 commit comments