From 41f6f0f3c359c7d63524d083314cc16cd5c9c7be Mon Sep 17 00:00:00 2001 From: Greg Combs Date: Mon, 12 May 2014 17:58:40 -0500 Subject: [PATCH] Bump version to 1.0.0 now that the implementation is complete. --- JSONTools.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONTools.podspec b/JSONTools.podspec index 3cf9afa..dae5200 100644 --- a/JSONTools.podspec +++ b/JSONTools.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "JSONTools" - s.version = "0.0.1" + s.version = "1.0.0" s.summary = "JSON Patch, JSON Pointer, and JSON Schema Validation in Objective-C" s.description = <<-DESC This Objective-C library is a collection of classes and categories that implement