Skip to content

Commit b6bbb8f

Browse files
committed
Bump version to v0.8
This includes the podspec, which isn't released until the repo is tagged. [#121863151]
1 parent cba89c9 commit b6bbb8f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

RMQClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "RMQClient"
3-
s.version = "0.7.1"
3+
s.version = "0.8"
44
s.summary = "RabbitMQ client"
55
s.description = <<-DESC
66
RabbitMQ client for iOS Objective-C and Swift. Developed and supported by the

RMQClient.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@
13231323
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13241324
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
13251325
COPY_PHASE_STRIP = NO;
1326-
CURRENT_PROJECT_VERSION = 5;
1326+
CURRENT_PROJECT_VERSION = 6;
13271327
DEBUG_INFORMATION_FORMAT = dwarf;
13281328
ENABLE_STRICT_OBJC_MSGSEND = YES;
13291329
ENABLE_TESTABILITY = YES;
@@ -1370,7 +1370,7 @@
13701370
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
13711371
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
13721372
COPY_PHASE_STRIP = NO;
1373-
CURRENT_PROJECT_VERSION = 5;
1373+
CURRENT_PROJECT_VERSION = 6;
13741374
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
13751375
ENABLE_NS_ASSERTIONS = NO;
13761376
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -1397,7 +1397,7 @@
13971397
buildSettings = {
13981398
DEFINES_MODULE = YES;
13991399
DYLIB_COMPATIBILITY_VERSION = 1;
1400-
DYLIB_CURRENT_VERSION = 5;
1400+
DYLIB_CURRENT_VERSION = 6;
14011401
DYLIB_INSTALL_NAME_BASE = "@rpath";
14021402
FRAMEWORK_SEARCH_PATHS = (
14031403
"$(inherited)",
@@ -1418,7 +1418,7 @@
14181418
buildSettings = {
14191419
DEFINES_MODULE = YES;
14201420
DYLIB_COMPATIBILITY_VERSION = 1;
1421-
DYLIB_CURRENT_VERSION = 5;
1421+
DYLIB_CURRENT_VERSION = 6;
14221422
DYLIB_INSTALL_NAME_BASE = "@rpath";
14231423
FRAMEWORK_SEARCH_PATHS = (
14241424
"$(inherited)",

RMQClient/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.1</string>
18+
<string>0.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

RMQClientIntegrationTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.1</string>
18+
<string>0.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
</dict>
2424
</plist>

RMQClientTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.7.1</string>
18+
<string>0.8</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)