From 25dffbb223a3018ea255beab71e0719bd5b1ac68 Mon Sep 17 00:00:00 2001 From: Hannes Widrig Date: Thu, 21 Nov 2024 09:59:32 -0500 Subject: [PATCH] chore: fix typo --- GitStatus.xcodeproj/project.pbxproj | 4 ++-- GitStatus/ContentView.swift | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GitStatus.xcodeproj/project.pbxproj b/GitStatus.xcodeproj/project.pbxproj index 60c368b..3a4ff33 100644 --- a/GitStatus.xcodeproj/project.pbxproj +++ b/GitStatus.xcodeproj/project.pbxproj @@ -299,7 +299,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.2.0; + MARKETING_VERSION = 1.2.1; PRODUCT_BUNDLE_IDENTIFIER = com.rook1e.GitStatus; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -331,7 +331,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.2.0; + MARKETING_VERSION = 1.2.1; PRODUCT_BUNDLE_IDENTIFIER = com.rook1e.GitStatus; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/GitStatus/ContentView.swift b/GitStatus/ContentView.swift index 65f8e1d..c54e2be 100644 --- a/GitStatus/ContentView.swift +++ b/GitStatus/ContentView.swift @@ -38,7 +38,7 @@ struct ContentView: View { runtimeData.renewPullTask(interval: runtimeData.interval) } Link(destination: URL(string: "https://github.com/notifications")!) { - Text("View in Broswer") + Text("View in Browser") } Divider()