Skip to content

Commit

Permalink
release v 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Bodnar authored and Stephen Bodnar committed Jun 16, 2020
1 parent 5375eaf commit d3e851b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion APIClient/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleVersion</key>
<string>121</string>
<string>122</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2020 Stephen Bodnar. All rights reserved.</string>
</dict>
Expand Down
12 changes: 6 additions & 6 deletions Galileo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@
CODE_SIGN_ENTITLEMENTS = Galileo/Nicea.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 121;
CURRENT_PROJECT_VERSION = 122;
DEVELOPMENT_TEAM = U352XG8SZU;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/Mac";
Expand Down Expand Up @@ -1522,7 +1522,7 @@
CODE_SIGN_ENTITLEMENTS = Galileo/Nicea.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 121;
CURRENT_PROJECT_VERSION = 122;
DEVELOPMENT_TEAM = U352XG8SZU;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/Mac";
Expand All @@ -1549,11 +1549,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 121;
CURRENT_PROJECT_VERSION = 122;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U352XG8SZU;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 121;
DYLIB_CURRENT_VERSION = 122;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/Mac";
INFOPLIST_FILE = APIClient/Info.plist;
Expand Down Expand Up @@ -1585,11 +1585,11 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 121;
CURRENT_PROJECT_VERSION = 122;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = U352XG8SZU;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 121;
DYLIB_CURRENT_VERSION = 122;
DYLIB_INSTALL_NAME_BASE = "@rpath";
FRAMEWORK_SEARCH_PATHS = "$(PROJECT_DIR)/Carthage/Build/Mac";
INFOPLIST_FILE = APIClient/Info.plist;
Expand Down
2 changes: 1 addition & 1 deletion Galileo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>121</string>
<string>122</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit d3e851b

Please sign in to comment.