Skip to content

Commit 68f76e2

Browse files
committed
Bump to 0.11.0
1 parent 1d494b5 commit 68f76e2

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Sheeeeeeeeet.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'Sheeeeeeeeet'
5-
s.version = '0.10.1'
5+
s.version = '0.11.0'
66
s.summary = 'Sheeeeeeeeet is a Swift library for custom iOS action sheets.'
77

88
s.description = <<-DESC

Sheeeeeeeeet.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@
10911091
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
10921092
CODE_SIGN_IDENTITY = "iPhone Developer";
10931093
COPY_PHASE_STRIP = NO;
1094-
CURRENT_PROJECT_VERSION = 0.10.1;
1094+
CURRENT_PROJECT_VERSION = 0.11.0;
10951095
DEBUG_INFORMATION_FORMAT = dwarf;
10961096
ENABLE_STRICT_OBJC_MSGSEND = YES;
10971097
ENABLE_TESTABILITY = YES;
@@ -1153,7 +1153,7 @@
11531153
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11541154
CODE_SIGN_IDENTITY = "iPhone Developer";
11551155
COPY_PHASE_STRIP = NO;
1156-
CURRENT_PROJECT_VERSION = 0.10.1;
1156+
CURRENT_PROJECT_VERSION = 0.11.0;
11571157
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11581158
ENABLE_NS_ASSERTIONS = NO;
11591159
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1184,7 +1184,7 @@
11841184
DEFINES_MODULE = YES;
11851185
DEVELOPMENT_TEAM = PMEDFW438U;
11861186
DYLIB_COMPATIBILITY_VERSION = 1;
1187-
DYLIB_CURRENT_VERSION = 0.10.1;
1187+
DYLIB_CURRENT_VERSION = 0.11.0;
11881188
DYLIB_INSTALL_NAME_BASE = "@rpath";
11891189
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
11901190
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1207,7 +1207,7 @@
12071207
DEFINES_MODULE = YES;
12081208
DEVELOPMENT_TEAM = PMEDFW438U;
12091209
DYLIB_COMPATIBILITY_VERSION = 1;
1210-
DYLIB_CURRENT_VERSION = 0.10.1;
1210+
DYLIB_CURRENT_VERSION = 0.11.0;
12111211
DYLIB_INSTALL_NAME_BASE = "@rpath";
12121212
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
12131213
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Sheeeeeeeeet/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.10.1</string>
20+
<string>0.11.0</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

SheeeeeeeeetExample/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.10.1</string>
20+
<string>0.11.0</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIAppFonts</key>

SheeeeeeeeetTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.10.1</string>
18+
<string>0.11.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>0.10.1</string>
20+
<string>0.11.0</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)