Skip to content

Commit 9f0a942

Browse files
committed
Bump to 1.1.0
1 parent 657fc28 commit 9f0a942

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 = '1.0.3.2'
5+
s.version = '1.1.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
@@ -1183,7 +1183,7 @@
11831183
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11841184
CODE_SIGN_IDENTITY = "iPhone Developer";
11851185
COPY_PHASE_STRIP = NO;
1186-
CURRENT_PROJECT_VERSION = 1812251533;
1186+
CURRENT_PROJECT_VERSION = 1901101458;
11871187
DEBUG_INFORMATION_FORMAT = dwarf;
11881188
ENABLE_STRICT_OBJC_MSGSEND = YES;
11891189
ENABLE_TESTABILITY = YES;
@@ -1245,7 +1245,7 @@
12451245
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12461246
CODE_SIGN_IDENTITY = "iPhone Developer";
12471247
COPY_PHASE_STRIP = NO;
1248-
CURRENT_PROJECT_VERSION = 1812251533;
1248+
CURRENT_PROJECT_VERSION = 1901101458;
12491249
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12501250
ENABLE_NS_ASSERTIONS = NO;
12511251
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1276,7 +1276,7 @@
12761276
DEFINES_MODULE = YES;
12771277
DEVELOPMENT_TEAM = PMEDFW438U;
12781278
DYLIB_COMPATIBILITY_VERSION = 1;
1279-
DYLIB_CURRENT_VERSION = "";
1279+
DYLIB_CURRENT_VERSION = 1901101458;
12801280
DYLIB_INSTALL_NAME_BASE = "@rpath";
12811281
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
12821282
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -1299,7 +1299,7 @@
12991299
DEFINES_MODULE = YES;
13001300
DEVELOPMENT_TEAM = PMEDFW438U;
13011301
DYLIB_COMPATIBILITY_VERSION = 1;
1302-
DYLIB_CURRENT_VERSION = "";
1302+
DYLIB_CURRENT_VERSION = 1901101458;
13031303
DYLIB_INSTALL_NAME_BASE = "@rpath";
13041304
INFOPLIST_FILE = Sheeeeeeeeet/Info.plist;
13051305
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>1.0.3</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1812251533</string>
20+
<string>1901101458</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>1.0.3</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1812251533</string>
20+
<string>1901101458</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>1.0.3</string>
18+
<string>1.1.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1812251533</string>
20+
<string>1901101458</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)