Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dreymonde committed Sep 25, 2017
1 parent 0e9790d commit 8ec9e8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ DispatchQueue.main.asyncAfter(after: 5.seconds) {
**Time** is available through [Carthage][carthage-url]. To install, just write into your Cartfile:

```ruby
github "dreymonde/Time" ~> 0.1.0
github "dreymonde/Time" ~> 0.2.0
```

You can also use SwiftPM. Just add to your `Package.swift`:
Expand All @@ -213,7 +213,7 @@ import PackageDescription

let package = Package(
dependencies: [
.Package(url: "https://github.com/dreymonde/Time.git", majorVersion: 0, minor: 1),
.Package(url: "https://github.com/dreymonde/Time.git", majorVersion: 0, minor: 2),
]
)
```
Expand Down
2 changes: 1 addition & 1 deletion TimeIntervals.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "TimeIntervals"
s.version = "0.1.2"
s.version = "0.2.0"
s.summary = "Type-safe time calculations for Swift."
s.description = <<-DESC
Type-safe time calculations for Swift, powered by generics.
Expand Down

0 comments on commit 8ec9e8b

Please sign in to comment.