Skip to content

Commit b626d75

Browse files
committed
bumps version to 2.0.1
1 parent 7c01fba commit b626d75

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

Rye/Rye.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
445445
CODE_SIGN_IDENTITY = "iPhone Developer";
446446
COPY_PHASE_STRIP = NO;
447-
CURRENT_PROJECT_VERSION = 1;
447+
CURRENT_PROJECT_VERSION = 2;
448448
DEBUG_INFORMATION_FORMAT = dwarf;
449449
ENABLE_STRICT_OBJC_MSGSEND = YES;
450450
ENABLE_TESTABILITY = YES;
@@ -508,7 +508,7 @@
508508
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
509509
CODE_SIGN_IDENTITY = "iPhone Developer";
510510
COPY_PHASE_STRIP = NO;
511-
CURRENT_PROJECT_VERSION = 1;
511+
CURRENT_PROJECT_VERSION = 2;
512512
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
513513
ENABLE_NS_ASSERTIONS = NO;
514514
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -538,10 +538,10 @@
538538
CLANG_ENABLE_MODULES = YES;
539539
CODE_SIGN_IDENTITY = "";
540540
CODE_SIGN_STYLE = Automatic;
541-
CURRENT_PROJECT_VERSION = 3;
541+
CURRENT_PROJECT_VERSION = 2;
542542
DEFINES_MODULE = YES;
543543
DYLIB_COMPATIBILITY_VERSION = 1;
544-
DYLIB_CURRENT_VERSION = 1;
544+
DYLIB_CURRENT_VERSION = 2;
545545
DYLIB_INSTALL_NAME_BASE = "@rpath";
546546
INFOPLIST_FILE = Rye/Info.plist;
547547
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -567,10 +567,10 @@
567567
CLANG_ENABLE_MODULES = YES;
568568
CODE_SIGN_IDENTITY = "";
569569
CODE_SIGN_STYLE = Automatic;
570-
CURRENT_PROJECT_VERSION = 3;
570+
CURRENT_PROJECT_VERSION = 2;
571571
DEFINES_MODULE = YES;
572572
DYLIB_COMPATIBILITY_VERSION = 1;
573-
DYLIB_CURRENT_VERSION = 1;
573+
DYLIB_CURRENT_VERSION = 2;
574574
DYLIB_INSTALL_NAME_BASE = "@rpath";
575575
INFOPLIST_FILE = Rye/Info.plist;
576576
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

Rye/Rye/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>$(CURRENT_PROJECT_VERSION)</string>
20+
<string>2</string>
2121
</dict>
2222
</plist>

Rye/RyeExample/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>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>$(CURRENT_PROJECT_VERSION)</string>
20+
<string>2</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UILaunchStoryboardName</key>

Rye/RyeTests/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>2.0.0</string>
18+
<string>2.0.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>1</string>
20+
<string>2</string>
2121
</dict>
2222
</plist>

0 commit comments

Comments
 (0)