Skip to content

Commit

Permalink
deps: crystal β†’ 0.30.1, http-params-serializable β†’ 0.4.0
Browse files Browse the repository at this point in the history
BREAKING CHANGE: dependency version bumped
  • Loading branch information
vladfaust committed Aug 13, 2019
1 parent 5e950b4 commit 7b23271
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Add these lines to your application's `shard.yml`:
dependencies:
onyx:
github: onyxframework/onyx
version: ~> 0.4.0
version: ~> 0.6.0
onyx-http:
github: onyxframework/http
version: ~> 0.8.0
version: ~> 0.9.0
```
This shard follows [Semantic Versioning v2.0.0](http://semver.org/), so check [releases](https://github.com/onyxframework/http/releases) and change the `version` accordingly.
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: onyx-http
version: 0.8.2
version: 0.9.0

authors:
- Vlad Faust <[email protected]>

crystal: 0.29.0
crystal: 0.30.1

license: MIT

Expand All @@ -20,7 +20,7 @@ dependencies:
version: ~> 0.2.0
http-params-serializable:
github: vladfaust/http-params-serializable
version: ~> 0.3.0
version: ~> 0.4.0
kilt:
github: jeromegn/kilt
verstion: ~> 0.4.0
Expand Down

0 comments on commit 7b23271

Please sign in to comment.