Skip to content

Commit

Permalink
update readme for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiu committed Nov 15, 2020
1 parent 7013b72 commit d49cd15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ ck.bg(color)

```swift
dependencies: [
.package(url: "https://github.com/luoxiu/Chalk", from: "0.1.0")
.package(url: "https://github.com/luoxiu/Chalk", from: "0.2.0")
]
```

```ruby
pod 'Chalk', '~> 0.1.0'
pod 'Chalk', '~> 0.2.0'
```


Expand Down

0 comments on commit d49cd15

Please sign in to comment.