Skip to content

Commit

Permalink
version bump 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Veticia committed May 6, 2023
1 parent 34fcc1e commit 191bd5e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Latest version: [piLauncherNext_103.apk](https://github.com/Veticia/binaries/raw/main/releases/piLauncherNext_103.apk)
# Latest version: [piLauncherNext_104.apk](https://github.com/Veticia/binaries/raw/main/releases/piLauncherNext_104.apk)

## Changelog
### 1.0.4
- Reduced stutter when switching categories
- Modernized UI by replacing checkboxes with switches

### 1.0.3
- Fixed crash when removing last group (removing last group will restore default groups).
- Added icon for Mixed Reality Capture (Pico only).
Expand Down
4 changes: 2 additions & 2 deletions Launcher/App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
minSdkVersion 23
//noinspection ExpiredTargetSdkVersion
targetSdkVersion 23
versionCode 103
versionName "1.0.3"
versionCode 104
versionName "1.0.4"
signingConfig signingConfigs.release
}

Expand Down

0 comments on commit 191bd5e

Please sign in to comment.