Skip to content

Commit

Permalink
Prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Apr 21, 2024
1 parent 17d1f97 commit 58371d6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.skydoves.pokedex.compose
object Configuration {
const val majorVersion = 1
const val minorVersion = 0
const val patchVersion = 0
const val patchVersion = 2
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 1
const val versionCode = 3
}

0 comments on commit 58371d6

Please sign in to comment.