From 5bfb5babe074252d8b03a82aab64c5e7ef37510c Mon Sep 17 00:00:00 2001 From: Stefan Hausotte Date: Sun, 8 Mar 2026 19:45:50 +0100 Subject: [PATCH] chore: bump version for new release --- Forji/Forji.xcodeproj/project.pbxproj | 12 ++++++------ Forji/Forji/Views/CommentView.swift | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Forji/Forji.xcodeproj/project.pbxproj b/Forji/Forji.xcodeproj/project.pbxproj index 02c1ab3..7e075f1 100644 --- a/Forji/Forji.xcodeproj/project.pbxproj +++ b/Forji/Forji.xcodeproj/project.pbxproj @@ -438,7 +438,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.1; DEVELOPMENT_TEAM = RVT2M7QTD4; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -474,7 +474,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.1; DEVELOPMENT_TEAM = RVT2M7QTD4; ENABLE_PREVIEWS = YES; GENERATE_INFOPLIST_FILE = YES; @@ -509,7 +509,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.1; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 26.2; @@ -532,7 +532,7 @@ buildSettings = { BUNDLE_LOADER = "$(TEST_HOST)"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.1; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 26.2; @@ -554,7 +554,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.1; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; @@ -575,7 +575,7 @@ isa = XCBuildConfiguration; buildSettings = { CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 1; + CURRENT_PROJECT_VERSION = 1.1; DEVELOPMENT_TEAM = RVT2M7QTD4; GENERATE_INFOPLIST_FILE = YES; MARKETING_VERSION = 1.0; diff --git a/Forji/Forji/Views/CommentView.swift b/Forji/Forji/Views/CommentView.swift index 9d0afcd..59d9b59 100644 --- a/Forji/Forji/Views/CommentView.swift +++ b/Forji/Forji/Views/CommentView.swift @@ -111,7 +111,7 @@ private struct CommentEditSheet: View { #Preview { List { CommentView( - comment: .preview, + comment: .preview currentUsername: "testuser", onSave: nil, )