Skip to content

Commit

Permalink
chore: bump version & add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Jul 13, 2023
1 parent 3c4a818 commit 6d57ae9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/AndroidConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ object AndroidConfig {
const val compileSdk = 33
const val targetSdk = 33

const val versionName = "1.5.4"
const val versionCode = 36
const val versionName = "1.6.0"
const val versionCode = 37

const val kotlinVersion = "1.8.10"
const val kspVersion = "1.8.10-1.0.9"
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Dynamic range compander effect added
* Multimodal equalizer effect added (replaces old EQ)
* Removed weird spiky sound for vacuum tube simulation
* Convolution modules use automatic benchmarking (in the background) to optimize performance
* Several bug fixes and minor performance improvements
* Translation updates

0 comments on commit 6d57ae9

Please sign in to comment.