Skip to content

Commit

Permalink
Bump to 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Oct 7, 2018
1 parent ff61aee commit 0d191f8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sheeeeeeeeet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'Sheeeeeeeeet'
s.version = '0.8.0'
s.version = '0.9.8'
s.summary = 'Sheeeeeeeeet is a Swift library for custom iOS action sheets.'

s.description = <<-DESC
Expand Down
8 changes: 4 additions & 4 deletions Sheeeeeeeeet.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.8.0;
CURRENT_PROJECT_VERSION = 0.9.8;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1104,7 +1104,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 0.8.0;
CURRENT_PROJECT_VERSION = 0.9.8;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1135,7 +1135,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PMEDFW438U;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 0.8.0;
DYLIB_CURRENT_VERSION = 0.9.8;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1158,7 +1158,7 @@
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = PMEDFW438U;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 0.8.0;
DYLIB_CURRENT_VERSION = 0.9.8;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
2 changes: 1 addition & 1 deletion Sheeeeeeeeet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<string>0.9.8</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion SheeeeeeeeetExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<string>0.9.8</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIAppFonts</key>
Expand Down
2 changes: 1 addition & 1 deletion SheeeeeeeeetTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<string>0.9.8</string>
</dict>
</plist>

0 comments on commit 0d191f8

Please sign in to comment.