Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
Updated version to 0.8.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Mar 20, 2018
1 parent 5f757e2 commit 18be27c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/SwiftCloudant/CouchClient.swift
Expand Up @@ -73,7 +73,7 @@ public class CouchDBClient {
internal let rootURL: URL

// The version number of swift-cloudant, as a string
static let version = "0.8.0"
static let version = "0.8.1-SNAPSHOT"

/**
Creates a CouchDBClient instance.
Expand Down
2 changes: 1 addition & 1 deletion SwiftCloudant.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "SwiftCloudant"
s.version = "0.8.0"
s.version = "0.8.1-SNAPSHOT"
s.summary = "SwiftCloudant is a client library for Apache CouchDB / IBM Cloudant from Swift 3"

s.description = <<-DESC
Expand Down

0 comments on commit 18be27c

Please sign in to comment.