Skip to content

Commit 5509f80

Browse files
committed
Changes + Bump versions
1 parent 405bbec commit 5509f80

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

Changes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# JSON Framework Changes
22

3+
## Version 3.1alpha1 (July 30th, 2011)
4+
5+
* [Issue 9][#9]: Improve writing speed in samsoffes' benchmark.
6+
* [Issue 79][#79]: Automatic Reference Counting (ARC) Support.
7+
* [Issue 83][#83]: Roll SBJsonStreamParserAdapter into SBJsonStreamParser.
8+
39
## Version 3.0.2 (July 27th, 2011)
410

511
* [Issue 88][#88]: Fix parsing of -0 into the integer 0.

SBJson.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -718,9 +718,9 @@
718718
ALWAYS_SEARCH_USER_PATHS = NO;
719719
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
720720
COPY_PHASE_STRIP = NO;
721-
CURRENT_PROJECT_VERSION = 32;
721+
CURRENT_PROJECT_VERSION = 33;
722722
DYLIB_COMPATIBILITY_VERSION = 1;
723-
DYLIB_CURRENT_VERSION = 32;
723+
DYLIB_CURRENT_VERSION = 33;
724724
FRAMEWORK_VERSION = A;
725725
GCC_DYNAMIC_NO_PIC = NO;
726726
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -740,10 +740,10 @@
740740
ALWAYS_SEARCH_USER_PATHS = NO;
741741
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
742742
COPY_PHASE_STRIP = YES;
743-
CURRENT_PROJECT_VERSION = 32;
743+
CURRENT_PROJECT_VERSION = 33;
744744
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
745745
DYLIB_COMPATIBILITY_VERSION = 1;
746-
DYLIB_CURRENT_VERSION = 32;
746+
DYLIB_CURRENT_VERSION = 33;
747747
FRAMEWORK_VERSION = A;
748748
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
749749
GCC_ENABLE_OBJC_GC = supported;

SBJson/SBJson-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0.2</string>
20+
<string>3.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

SBJsonTests/SBJsonTests-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.2</string>
16+
<string>3.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>

sbjson-iosTests/sbjson-iosTests-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>BNDL</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>3.0.2</string>
16+
<string>3.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)