Skip to content

Commit 4c33f32

Browse files
committed
Update version
1 parent 26b80e7 commit 4c33f32

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.1
25+
AppVersion=1.3.2
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.1';
43+
const String appVersion = '1.3.2';
4444

4545
late bool darkMode;
4646

0 commit comments

Comments
 (0)