Skip to content

Commit

Permalink
Bump to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasderraugh committed Apr 24, 2020
1 parent 3180123 commit df3d853
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions GitUp/Application/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@
<key>NSServices</key>
<array>
<dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Open in GitUp</string>
</dict>
<key>NSMessage</key>
<string>openRepository</string>
<key>NSRequiredContext</key>
<dict>
<key>NSTextContent</key>
<string>FilePath</string>
</dict>
<key>NSMenuItem</key>
<dict>
<key>default</key>
<string>Open in GitUp</string>
</dict>
<key>NSSendTypes</key>
<array>
<string>NSURLPboardType</string>
Expand Down
4 changes: 2 additions & 2 deletions GitUp/GitUp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Third-Party";
INFOPLIST_FILE = Application/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
PRODUCT_BUNDLE_IDENTIFIER = "co.gitup.mac-debug";
PRODUCT_NAME = GitUp;
};
Expand All @@ -695,7 +695,7 @@
FRAMEWORK_SEARCH_PATHS = "$(SRCROOT)/Third-Party";
INFOPLIST_FILE = Application/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
MARKETING_VERSION = 1.1.2;
MARKETING_VERSION = 1.1.3;
PRODUCT_BUNDLE_IDENTIFIER = co.gitup.mac;
PRODUCT_NAME = GitUp;
};
Expand Down

0 comments on commit df3d853

Please sign in to comment.