Skip to content

Commit 50166fe

Browse files
committed
* bumping the version to 0.12.0
1 parent 0a11e8a commit 50166fe

26 files changed

+47
-29
lines changed

AppledocSettings.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>--project-name</key>
6-
<string>JSONModel 0.11.0</string>
6+
<string>JSONModel 0.12.0</string>
77
<key>--print-settings</key>
88
<true/>
99
<key>--project-company</key>

Changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Change-log
22
==========
33

4-
## Nota Bene!
4+
**Version 0.12** @ 2014-02-17
55

6-
Version 0.10 will be one of (if not) the last version for the "0" major version.
6+
- fixes for BOOLs
77

8-
Currently I'm wrapping up the features to get into 1.0 and the list of breaking changes it will introduce.
8+
- hacked solution for unit tests checking subclassing
99

10-
---
10+
- added experimental Core Data support
1111

1212
**Version 0.10** @ 2013-11-10
1313

JSONModel.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Pod::Spec.new do |s|
22
s.name = "JSONModel"
3-
s.version = "0.11.0"
3+
s.version = "0.12.0"
44
s.summary = "Magical Data Modelling Framework for JSON. Create rapidly powerful, atomic and smart data model classes."
55
s.homepage = "http://www.jsonmodel.com"
66

77
s.license = { :type => 'MIT', :file => 'LICENSE_jsonmodel.txt' }
88
s.author = { "Marin Todorov" => "[email protected]" }
99

10-
s.source = { :git => "https://github.com/icanzilb/JSONModel.git", :tag => "0.11.0" }
10+
s.source = { :git => "https://github.com/icanzilb/JSONModel.git", :tag => "0.12.0" }
1111

1212
s.ios.deployment_target = '5.0'
1313
s.osx.deployment_target = '10.7'

JSONModel/JSONModel/JSONModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModel.h
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

JSONModel/JSONModel/JSONModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModel.m
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

JSONModel/JSONModel/JSONModelArray.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModelArray.m
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

JSONModel/JSONModel/JSONModelClassProperty.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModelClassProperty.h
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

JSONModel/JSONModel/JSONModelClassProperty.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModelClassProperty.m
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

JSONModel/JSONModel/JSONModelError.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModelError.h
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

JSONModel/JSONModel/JSONModelError.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// JSONModelError.m
33
//
4-
// @version 0.11.0
4+
// @version 0.12.0
55
// @author Marin Todorov, http://www.touch-code-magazine.com
66
//
77

0 commit comments

Comments
 (0)