Skip to content

Commit

Permalink
Update Changes + version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed Jul 27, 2011
1 parent 4355df0 commit 4be3143
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
8 changes: 6 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# JSON Framework Changes

## Version 3.0.2 (July 27th, 2011)

* [Issue 88][#88]: Fix parsing of -0 into the integer 0.
* [Issue 86][#86]: Make framework compile on Leopard.

## Version 3.0.1 (July 1st, 2011)

* [Issue80][#80]: Kill memory leak reported by DinosaurDad.
* [Issue 80][#80]: Kill memory leak reported by DinosaurDad.
* Fix typo in Readme
* Bump versions.

## Version 3.0 (June 18th, 2011)

Expand Down
1 change: 1 addition & 0 deletions SBJson.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,7 @@
BC1232331391D5CC00131607 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0420;
ORGANIZATIONNAME = "Stig Brautaset";
};
buildConfigurationList = BC1232361391D5CC00131607 /* Build configuration list for PBXProject "SBJson" */;
Expand Down
2 changes: 1 addition & 1 deletion SBJson/SBJson-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion SBJsonTests/SBJsonTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion sbjson-iosTests/sbjson-iosTests-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.1</string>
<string>3.0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 4be3143

Please sign in to comment.