From bb292142ffa490b18288beb75a76a1ae5aa3d29e Mon Sep 17 00:00:00 2001 From: Brian King Date: Mon, 11 Jan 2016 13:19:37 -0500 Subject: [PATCH] Increment version number. Major version incremement due to API breaking nullability annotations. --- RZImport.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RZImport.podspec b/RZImport.podspec index 62aa419..5e6d5d6 100644 --- a/RZImport.podspec +++ b/RZImport.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "RZImport" - s.version = "1.3.0" + s.version = "2.0.0" s.summary = "Automatic model object deserialization from NSDictionary" s.description = <<-DESC