Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marrony committed Mar 19, 2018
1 parent 2da2eb7 commit 1dc9d1a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
2.0.0-SNAPSHOT
2.0.0
* Adds support for @query type (user defined functions)
* Adds support for recursive references
* Adds abort function
Expand Down
2 changes: 1 addition & 1 deletion FaunaDB.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FaunaDB"
s.version = "2.0.0-SNAPSHOT"
s.version = "2.0.0"
s.summary = "Swift driver for FaunaDB."
s.homepage = "https://github.com/fauna/faunadb-swift"
s.author = { "Fauna, Inc" => "[email protected]" }
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ and in our [example project](https://github.com/fauna/faunadb-swift/tree/master/
CocoaPods:

```
pod 'FaunaDB', '~> 1.0.0'
pod 'FaunaDB', '~> 2.0.0'
```

Carthage:
Expand All @@ -38,7 +38,7 @@ github 'fauna/faunadb-swift'
SwiftPM:

```swift
.Package(url: "https://github.com/fauna/faunadb-swift.git", Version(1, 0, 0))
.Package(url: "https://github.com/fauna/faunadb-swift.git", Version(2, 0, 0))
```

### Basic Usage
Expand Down Expand Up @@ -102,7 +102,7 @@ FAUNA_ROOT_KEY=your-keys-secret-here swift test

## LICENSE

Copyright 2017 [Fauna, Inc.](https://fauna.com/)
Copyright 2018 [Fauna, Inc.](https://fauna.com/)

Licensed under the Mozilla Public License, Version 2.0 (the
"License"); you may not use this software except in compliance with
Expand Down

0 comments on commit 1dc9d1a

Please sign in to comment.