Skip to content

Commit

Permalink
Set version to 0.0.14-SNAPSHOT for development
Browse files Browse the repository at this point in the history
  • Loading branch information
Ribesg committed Apr 26, 2024
1 parent 7202dc0 commit ed66b0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val artifactId = "cinematic.journey"
val groupId = "com.wizbii"
val packageId = "$groupId.$artifactId"

val appVersionName = "0.0.13"
val appVersionName = "0.0.14-SNAPSHOT"
val appVersionCode = appVersionName
.removeSuffix("-SNAPSHOT")
.split('.')
Expand Down
4 changes: 2 additions & 2 deletions xcode/CinematicJourney/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.0.13</string>
<string>0.0.14-SNAPSHOT</string>
<key>CFBundleVersion</key>
<string>13</string>
<string>14</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
Expand Down

0 comments on commit ed66b0c

Please sign in to comment.