Skip to content

Commit

Permalink
Bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldrn committed Nov 1, 2024
1 parent cfb4351 commit 11afc65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package com.gabrieldrn.carbon

object Configuration {
const val majorVersion = 0
const val minorVersion = 2
const val minorVersion = 3
const val patchVersion = 0
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 1
Expand Down

0 comments on commit 11afc65

Please sign in to comment.