Skip to content

Commit 4be3143

Browse files
committed
Update Changes + version numbers
1 parent 4355df0 commit 4be3143

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

Changes.md

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

3+
## Version 3.0.2 (July 27th, 2011)
4+
5+
* [Issue 88][#88]: Fix parsing of -0 into the integer 0.
6+
* [Issue 86][#86]: Make framework compile on Leopard.
7+
38
## Version 3.0.1 (July 1st, 2011)
49

5-
* [Issue80][#80]: Kill memory leak reported by DinosaurDad.
10+
* [Issue 80][#80]: Kill memory leak reported by DinosaurDad.
611
* Fix typo in Readme
7-
* Bump versions.
812

913
## Version 3.0 (June 18th, 2011)
1014

SBJson.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@
501501
BC1232331391D5CC00131607 /* Project object */ = {
502502
isa = PBXProject;
503503
attributes = {
504+
LastUpgradeCheck = 0420;
504505
ORGANIZATIONNAME = "Stig Brautaset";
505506
};
506507
buildConfigurationList = BC1232361391D5CC00131607 /* Build configuration list for PBXProject "SBJson" */;

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.1</string>
20+
<string>3.0.2</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.1</string>
16+
<string>3.0.2</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.1</string>
16+
<string>3.0.2</string>
1717
<key>CFBundleSignature</key>
1818
<string>????</string>
1919
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)