Skip to content

Commit

Permalink
Increase version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Dec 11, 2021
1 parent 6604093 commit 34a14b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#define path_assoc_default ".DEFAULT\"+path_assoc_user

[Setup]
AppVersion=1.0.0
AppVersion=1.0.1
PrivilegesRequired=admin
AppName=WSA PacMan
ArchitecturesInstallIn64BitMode=x64
Expand Down
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import 'dart:async';
import 'theme.dart';

const String appTitle = 'WSA Package Manager';
const String appVersion = '1.0.0';
const String appVersion = '1.0.1';

late bool darkMode;

Expand Down

0 comments on commit 34a14b1

Please sign in to comment.