Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
prafsoni committed Jul 4, 2019
1 parent 940daa4 commit c44ab12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ElasticSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "ElasticSwift"
s.version = "1.0.0-alpha.6"
s.version = "1.0.0-alpha.7"
s.summary = "Elasticsearch client in native swift"
s.description = "ElasticSwift allows you to bring prower of elasticsearch in your apps on macOS, iOS, tvOS, watchOS and linux."

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ platform :ios, '10.0'
use_frameworks!

target '<Your Target Name>' do
pod 'ElasticSwift', '~> 1.0.0-alpha.6'
pod 'ElasticSwift', '~> 1.0.0-alpha.7'
end
```

Expand All @@ -54,7 +54,7 @@ Once you have your Swift package set up, adding ElasticSwift as a dependency is

```swift
dependencies: [
.package(url: "https://github.com/pksprojects/ElasticSwift.git", "1.0.0-alpha.6")
.package(url: "https://github.com/pksprojects/ElasticSwift.git", "1.0.0-alpha.7")
]
```

Expand Down

0 comments on commit c44ab12

Please sign in to comment.