Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Dec 23, 2020
1 parent 8c7333a commit 6c76691
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your application's `shard.yml`:
dependencies:
unibilium:
github: crystallabs/unibilium.cr
version: 0.9.0
version: 0.10.0
```
You must have `libunibilium` installed in order to use theses bindings. Most distributions have a package named `unibilium`.
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: unibilium
version: 0.9.0
version: 0.10.0

authors:
- Benoit de Chezelles <lesell_b@epitech.eu>
Expand Down
2 changes: 1 addition & 1 deletion src/unibilium/version.cr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Unibilium
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_MINOR = 10
VERISON_REVISION = 0
VERSION = [ VERSION_MAJOR, VERSION_MINOR, VERISON_REVISION ].join '.'
end

0 comments on commit 6c76691

Please sign in to comment.