Skip to content

Commit 9fbf8cf

Browse files
authored
Merge pull request #897 from Universal-Debloater-Alliance/release/bump-version-to-1.1.2
chore(release): bump version to 1.1.2
2 parents f9f8212 + c649a26 commit 9fbf8cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "uad-ng"
33
description = "A cross-platform GUI debloater for android devices"
4-
version = "1.1.1"
4+
version = "1.1.2"
55
authors = ["Universal-Debloater-Alliance"]
66
license = "GPL-3.0"
77
homepage = "https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation"

RELEASE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In that case, we should closely review the PR and 'compare' it with what semanti
1616
- [ ] Make sure the Milestone is completed and if not, check what needs to be done to complete it.
1717
- [ ] Make sure all merged PRs regarding the application follow the Conventional Commit Messages style. This makes sure that when generating a changelog, the changes look consistent, which in turn improves readability.
1818
- [ ] Make sure all merged PRs have the correct labels assigned, as the changelog is generated based on labels.
19-
- [ ] Create a release preparation PR that bumps the UAD-ng version in `Cargo.toml`
19+
- [ ] Create a release preparation PR that bumps the UAD-ng version in `Cargo.toml` and `Cargo.lock`.
2020

2121
When all the above has been checked, you can push a tag to `main` to trigger the GitHub Action that creates a release:
2222

0 commit comments

Comments
 (0)