From 3551cf06dd0d18d7584697fc29c4014e7235789d Mon Sep 17 00:00:00 2001 From: Daniel Dahan Date: Tue, 28 Mar 2017 14:00:35 -0600 Subject: [PATCH] development: updated podspec for 2.1.4 release --- Graph.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Graph.podspec b/Graph.podspec index f63d5d16..714fa21d 100755 --- a/Graph.podspec +++ b/Graph.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Graph' - s.version = '2.1.3' + s.version = '2.1.4' s.license = 'BSD-3-Clause' s.summary = 'Graph is a semantic database that is used to create data-driven applications.' s.homepage = 'http://graphswift.io'