Skip to content

Commit ec55f0e

Browse files
committed
chore: bump versions
1 parent 6be9929 commit ec55f0e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composeApp/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ android {
102102
minSdk = libs.versions.android.minSdk.get().toInt()
103103
targetSdk = libs.versions.android.targetSdk.get().toInt()
104104
versionCode = 5
105-
versionName = "1.0.0-alpha13"
105+
versionName = "1.0.0-alpha14"
106106
}
107107

108108
signingConfigs {

iosApp/Configuration/Config.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NAVIC_PRODUCT_NAME=Navic
22
NAVIC_PRODUCT_BUNDLE_IDENTIFIER=paige.Navic
33

4-
NAVIC_PROJECT_VERSION=1.0.0-alpha13
4+
NAVIC_PROJECT_VERSION=1.0.0-alpha14
55

66
// The `NAVIC_DISAMBIGUATOR` configuration is to make it easier to build
77
// and run the project. Once you set your project's development team,

0 commit comments

Comments
 (0)