Skip to content

Commit

Permalink
Update version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Botond Magyarosi committed Feb 5, 2019
1 parent 8a1c324 commit b202a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The following table describes how much the specific drivers cover `SessionManage
Add RestBird as a dependency to your project.

```swift
.Package(url: "https://github.com/halcyonmobile/RestBird.git", majorVersion: 0, minorVersion: 3)
.Package(url: "https://github.com/halcyonmobile/RestBird.git", majorVersion: 0, minorVersion: 4)
```

You can use RestBird and implement your own session handling or use one of the built-in drivers implemented by RestBird (Alamofire and URLSession).
Expand Down
2 changes: 1 addition & 1 deletion RestBird.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RestBird"
s.version = "0.3.1"
s.version = "0.4.0"
s.homepage = "https://github.com/halcyonmobile/RestBird"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "Halcyon Mobile"
Expand Down

0 comments on commit b202a25

Please sign in to comment.