Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
weichsel committed Dec 8, 2017
1 parent 23aa50b commit 689b49c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ZIPFoundation.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ZIPFoundation'
s.version = '0.9.3'
s.version = '0.9.4'
s.license = 'MIT'
s.summary = 'Effortless ZIP Handling in Swift'
s.homepage = 'https://github.com/weichsel/ZIPFoundation'
Expand Down
4 changes: 2 additions & 2 deletions ZIPFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
OBJ_45 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 0.9.3;
CURRENT_PROJECT_VERSION = 0.9.4;
ENABLE_TESTABILITY = YES;
HEADER_SEARCH_PATHS = "$(inherited)";
INFOPLIST_FILE = ZIPFoundation.xcodeproj/ZIPFoundation_Info.plist;
Expand All @@ -426,7 +426,7 @@
OBJ_46 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CURRENT_PROJECT_VERSION = 0.9.3;
CURRENT_PROJECT_VERSION = 0.9.4;
ENABLE_TESTABILITY = YES;
GCC_OPTIMIZATION_LEVEL = fast;
HEADER_SEARCH_PATHS = "$(inherited)";
Expand Down

0 comments on commit 689b49c

Please sign in to comment.