Skip to content

Commit

Permalink
Merge pull request #1 from hanneswidrig/main
Browse files Browse the repository at this point in the history
chore: fix typo
  • Loading branch information
0x2E authored Nov 21, 2024
2 parents 8592018 + 25dffbb commit 8abccf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GitStatus.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion GitStatus/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8abccf5

Please sign in to comment.