You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,10 @@ Add these lines to your application's `shard.yml`:
22
22
dependencies:
23
23
onyx:
24
24
github: onyxframework/onyx
25
-
version: ~> 0.4.0
25
+
version: ~> 0.6.0
26
26
onyx-http:
27
27
github: onyxframework/http
28
-
version: ~> 0.8.0
28
+
version: ~> 0.9.0
29
29
```
30
30
31
31
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.
0 commit comments