Skip to content

Commit df3d853

Browse files
committed
Bump to 1.1.3
1 parent 3180123 commit df3d853

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

GitUp/Application/Info.plist

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,18 @@
5555
<key>NSServices</key>
5656
<array>
5757
<dict>
58+
<key>NSMenuItem</key>
59+
<dict>
60+
<key>default</key>
61+
<string>Open in GitUp</string>
62+
</dict>
5863
<key>NSMessage</key>
5964
<string>openRepository</string>
6065
<key>NSRequiredContext</key>
6166
<dict>
6267
<key>NSTextContent</key>
6368
<string>FilePath</string>
6469
</dict>
65-
<key>NSMenuItem</key>
66-
<dict>
67-
<key>default</key>
68-
<string>Open in GitUp</string>
69-
</dict>
7070
<key>NSSendTypes</key>
7171
<array>
7272
<string>NSURLPboardType</string>

GitUp/GitUp.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Third-Party";
680680
INFOPLIST_FILE = Application/Info.plist;
681681
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
682-
MARKETING_VERSION = 1.1.2;
682+
MARKETING_VERSION = 1.1.3;
683683
PRODUCT_BUNDLE_IDENTIFIER = "co.gitup.mac-debug";
684684
PRODUCT_NAME = GitUp;
685685
};
@@ -695,7 +695,7 @@
695695
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Third-Party";
696696
INFOPLIST_FILE = Application/Info.plist;
697697
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
698-
MARKETING_VERSION = 1.1.2;
698+
MARKETING_VERSION = 1.1.3;
699699
PRODUCT_BUNDLE_IDENTIFIER = co.gitup.mac;
700700
PRODUCT_NAME = GitUp;
701701
};

0 commit comments

Comments
 (0)