Skip to content

Commit

Permalink
Upping version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessalines committed Sep 9, 2024
1 parent 90a4327 commit 543171d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
12 changes: 12 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## What's Changed in 0.4.0

- Adding imePadding to floating action buttons. by @dessalines in [#123](https://github.com/dessalines/rank-my-favs/pull/123)
- Created Tier List feature by @iByteABit256 in [#108](https://github.com/dessalines/rank-my-favs/pull/108)

## New Contributors

- @iByteABit256 made their first contribution in [#108](https://github.com/dessalines/rank-my-favs/pull/108)

**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.3...0.4.0

## What's Changed in 0.3.3

- Upping version. by @dessalines
- Adding renovate automerge. by @dessalines

**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.2...0.3.3
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId "com.dessalines.rankmyfavs"
minSdk 21
targetSdkVersion 34
versionCode 15
versionName "0.3.3"
versionCode 16
versionName "0.4.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
11 changes: 8 additions & 3 deletions app/src/main/assets/RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## What's Changed in 0.3.3
## What's Changed in 0.4.0

- Adding renovate automerge. by @dessalines
- Adding imePadding to floating action buttons. by @dessalines in [#123](https://github.com/dessalines/rank-my-favs/pull/123)
- Created Tier List feature by @iByteABit256 in [#108](https://github.com/dessalines/rank-my-favs/pull/108)

**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.2...0.3.3
## New Contributors

- @iByteABit256 made their first contribution in [#108](https://github.com/dessalines/rank-my-favs/pull/108)

**Full Changelog**: https://github.com/dessalines/rank-my-favs/compare/0.3.3...0.4.0

<!-- generated by git-cliff -->

0 comments on commit 543171d

Please sign in to comment.