Skip to content

Commit ec69b15

Browse files
committed
Changes + version bumps
1 parent 4324615 commit ec69b15

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.0.1 (July 1st, 2011)
4+
5+
* [Issue80][#80]: Kill memory leak reported by DinosaurDad.
6+
* Fix typo in Readme
7+
* Bump versions.
8+
39
## Version 3.0 (June 18th, 2011)
410

511
* Bump version number

SBJson.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,9 @@
728728
buildSettings = {
729729
ALWAYS_SEARCH_USER_PATHS = NO;
730730
COPY_PHASE_STRIP = NO;
731-
CURRENT_PROJECT_VERSION = 31;
731+
CURRENT_PROJECT_VERSION = 32;
732732
DYLIB_COMPATIBILITY_VERSION = 1;
733-
DYLIB_CURRENT_VERSION = 31;
733+
DYLIB_CURRENT_VERSION = 32;
734734
FRAMEWORK_VERSION = A;
735735
GCC_DYNAMIC_NO_PIC = NO;
736736
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
@@ -749,10 +749,10 @@
749749
buildSettings = {
750750
ALWAYS_SEARCH_USER_PATHS = NO;
751751
COPY_PHASE_STRIP = YES;
752-
CURRENT_PROJECT_VERSION = 31;
752+
CURRENT_PROJECT_VERSION = 32;
753753
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
754754
DYLIB_COMPATIBILITY_VERSION = 1;
755-
DYLIB_CURRENT_VERSION = 31;
755+
DYLIB_CURRENT_VERSION = 32;
756756
FRAMEWORK_VERSION = A;
757757
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
758758
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</string>
20+
<string>3.0.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</string>
16+
<string>3.0.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</string>
16+
<string>3.0.1</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)