Skip to content

Commit

Permalink
Update version and README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Dec 27, 2021
1 parent b1e64d9 commit 8db4c70
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,23 @@ The app additionally provides a button to open Android settings and one to open

## Settings

- Autostart WSA
- on/off
- Android port
- Default: 58526
- theme mode
- Theme mode
- System
- Dark
- Light
- Window transparency (mica)
- Full
- Partial
- Disabled
- Adaptive icon shape
- Squircle
- Circle
- Rounded square
- Disabled

<details>
<summary>
Expand Down
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.1.1
AppVersion=1.1.2
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.1.1';
const String appVersion = '1.1.2';

late bool darkMode;

Expand Down

0 comments on commit 8db4c70

Please sign in to comment.