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 2ea07fe commit 3066b59Copy full SHA for 3066b59
installer/installer.iss
@@ -22,7 +22,7 @@
22
#define path_assoc_default ".DEFAULT\"+path_assoc_user
23
24
[Setup]
25
-AppVersion=1.3.5
+AppVersion=1.3.6
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.5';
+const String appVersion = '1.3.6';
44
45
late bool darkMode;
46
0 commit comments