From 0ccf81ace86770e87a52fe3a919475bd512192a4 Mon Sep 17 00:00:00 2001 From: Pasin Suriyentrakorn Date: Thu, 9 Feb 2017 21:23:32 +0700 Subject: [PATCH] Update version and tag in podspec to 2.0DB1 --- CouchbaseLite.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CouchbaseLite.podspec b/CouchbaseLite.podspec index 6c92fcf62..3b077a733 100644 --- a/CouchbaseLite.podspec +++ b/CouchbaseLite.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = 'CouchbaseLite' - s.version = '2.0DP001' + s.version = '2.0DB1' s.license = 'Apache License, Version 2.0' s.homepage = 'http://mobile.couchbase.com' s.summary = 'An embedded syncable NoSQL database for iOS, tvOS, and MacOS apps.' s.author = 'Couchbase' - s.source = { :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :branch => "feature/2.0", :submodules => true } + s.source = { :git => 'https://github.com/couchbase/couchbase-lite-ios.git', :tag => '2.0DB1', :submodules => true } s.libraries = "sqlite3", "c++"