Skip to content

Commit

Permalink
Update app-ios version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serbelga committed Feb 2, 2024
1 parent 266b6c9 commit 43a9d85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-ios/Todometer.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = "1.0.0-beta01";
CURRENT_PROJECT_VERSION = "1.0.0";
DEVELOPMENT_ASSET_PATHS = "\"Todometer/Preview Content\"";
DEVELOPMENT_TEAM = 9B3DS6JXG9;
ENABLE_PREVIEWS = YES;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ package dev.sergiobelda.todometer.app.feature.about.ui
import androidx.compose.runtime.Composable

@Composable
internal actual fun appVersionName(): String? = "1.0.0-beta02"
internal actual fun appVersionName(): String? = "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ package dev.sergiobelda.todometer.app.feature.about.ui
import androidx.compose.runtime.Composable

@Composable
internal actual fun appVersionName(): String? = "1.0.0-dev01"
internal actual fun appVersionName(): String? = "1.0.0"

0 comments on commit 43a9d85

Please sign in to comment.