We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4888f5 commit 36b416aCopy full SHA for 36b416a
installer/installer.iss
@@ -22,7 +22,7 @@
22
#define path_assoc_default ".DEFAULT\"+path_assoc_user
23
24
[Setup]
25
-AppVersion=1.3.0
+AppVersion=1.3.1
26
PrivilegesRequired=admin
27
AppName=WSA PacMan
28
AppPublisher=alesimula
lib/main.dart
@@ -40,7 +40,7 @@ import 'dart:async';
40
import 'theme.dart';
41
42
const String appTitle = 'WSA Package Manager';
43
-const String appVersion = '1.3.0';
+const String appVersion = '1.3.1';
44
45
late bool darkMode;
46
0 commit comments