Skip to content

Commit

Permalink
Update version number to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pasin committed May 23, 2018
1 parent 3a7b193 commit 3a8411d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CouchbaseLite-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite-Swift'
s.version = '2.0.0'
s.version = '2.0.2'
s.license = 'Apache License, Version 2.0'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Expand Down
2 changes: 1 addition & 1 deletion CouchbaseLite.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CouchbaseLite'
s.version = '2.0.0'
s.version = '2.0.2'
s.license = 'Apache License, Version 2.0'
s.homepage = 'https://github.com/couchbase/couchbase-lite-ios'
s.summary = 'An embedded syncable NoSQL database for iOS and MacOS apps.'
Expand Down
2 changes: 1 addition & 1 deletion xcconfigs/Project.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// limitations under the License.
//

CBL_VERSION_STRING = 2.0.0
CBL_VERSION_STRING = 2.0.2
CBL_BUILD_NUMBER = 0
CBL_EXPORTED_SYMBOLS_FILE = Objective-C/CouchbaseLite.exp

Expand Down

0 comments on commit 3a8411d

Please sign in to comment.