Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Aug 15, 2024
1 parent dd4c581 commit 9c8b98b
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 = 2
const val patchVersion = 3
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 3
const val versionCode = 4
}

0 comments on commit 9c8b98b

Please sign in to comment.