Skip to content

Commit 788b6b8

Browse files
author
Guido Marucci Blas
committed
Bumps version to 0.1.2.
1 parent a41f004 commit 788b6b8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ReactiveArray.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
339339
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
340340
COPY_PHASE_STRIP = NO;
341-
CURRENT_PROJECT_VERSION = 1;
341+
CURRENT_PROJECT_VERSION = 0.1.2;
342342
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
343343
ENABLE_STRICT_OBJC_MSGSEND = YES;
344344
GCC_C_LANGUAGE_STANDARD = gnu99;
@@ -386,7 +386,7 @@
386386
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
387387
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
388388
COPY_PHASE_STRIP = NO;
389-
CURRENT_PROJECT_VERSION = 1;
389+
CURRENT_PROJECT_VERSION = 0.1.2;
390390
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
391391
ENABLE_NS_ASSERTIONS = NO;
392392
ENABLE_STRICT_OBJC_MSGSEND = YES;

ReactiveArrayTests/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>1.0</string>
18+
<string>0.1.2</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>1</string>
22+
<string>0.1.2</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)