Skip to content

Commit 36b416a

Browse files
committed
Update version
1 parent c4888f5 commit 36b416a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

installer/installer.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#define path_assoc_default ".DEFAULT\"+path_assoc_user
2323

2424
[Setup]
25-
AppVersion=1.3.0
25+
AppVersion=1.3.1
2626
PrivilegesRequired=admin
2727
AppName=WSA PacMan
2828
AppPublisher=alesimula

lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import 'dart:async';
4040
import 'theme.dart';
4141

4242
const String appTitle = 'WSA Package Manager';
43-
const String appVersion = '1.3.0';
43+
const String appVersion = '1.3.1';
4444

4545
late bool darkMode;
4646

0 commit comments

Comments
 (0)