Skip to content

Commit

Permalink
[release] v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psuzn committed Jan 23, 2024
1 parent 011db86 commit 52cca8e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ All notable changes to this project will be documented in this file.

### Security

## [2.2.0] - 2024-04-05
## [2.2.1] - 2024-01-23

### Fixed

➤ Window Insets on android

### Changed
➤ Downgraded compose compiler to 1.5.6
➤ Updated the German short description (for f-droid)

## [2.2.0] - 2024-01-05

### Added

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Artifact {
const val APP_ID = "me.sujanpoudel.playdeals"
const val VERSION_CODE = 32
const val VERSION_NAME = "2.2.0"
const val VERSION_CODE = 33
const val VERSION_NAME = "2.2.1"
const val MAJOR_RELEASE = false

const val ANDROID_COMPILE_SDK = 34
Expand Down

0 comments on commit 52cca8e

Please sign in to comment.