Skip to content

Commit d9f3c63

Browse files
committed
Bump patch version to 7 and update changelog for recent changes
1 parent b3f9597 commit d9f3c63

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
### FEATURE UPDATES & BUG FIXES
2-
- Improve documentation
3-
- Migrate to Material 3 Expressive
4-
- Update dependencies
52
- Fix minor bugs and improve performance

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
// ... Application Version ...
3636
val majorUpdateVersion = 1
3737
val minorUpdateVersion = 2
38-
val patchVersion = 5
38+
val patchVersion = 7
3939

4040
val mVersionCode = majorUpdateVersion.times(10_000)
4141
.plus(minorUpdateVersion.times(100))

0 commit comments

Comments
 (0)