Skip to content

Commit

Permalink
New Hotfix (v0.4.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x192 committed Jan 31, 2022
1 parent 64c99db commit e89c9ae
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The sections should follow the order `Apps`, `Added`, `Changed`, `Fixed`, `Packaging`
and `Removed`.

## [0.4.1] - 2022-01-31

### Fixed
- Selection counter never decreasing.

## [0.4] - 2022-01-30

### Apps
Expand Down Expand Up @@ -42,7 +47,6 @@ and `Removed`.
### Packaging
- For Arch-based users, UAD is now available in the AUR: `universal-android-debloater-bin` (binary) and `universal-android-debloater` (from source)


## [0.3] - 2021-10-10

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "uad_gui"
description = "A cross-platform GUI debloater for android devices"
version = "0.4.0"
version = "0.4.1"
authors = ["w1nst0n"]
license = "GPL-3.0"
homepage = "https://github.com/0x192/universal-android-debloater"
Expand Down

0 comments on commit e89c9ae

Please sign in to comment.