We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.10.0
1 parent 749a832 commit 0ae928fCopy full SHA for 0ae928f
README.md
@@ -36,7 +36,7 @@ The package can be installed by adding `owl` to your list of dependencies in `mi
36
```elixir
37
def deps do
38
[
39
- {:owl, "~> 0.9"},
+ {:owl, "~> 0.10"},
40
# ucwidth is an optional dependency, uncomment it for multibyte characters support (emoji, etc)
41
# {:ucwidth, "~> 0.2"}
42
]
mix.exs
@@ -1,6 +1,6 @@
1
defmodule Owl.MixProject do
2
use Mix.Project
3
- @version "0.9.0"
+ @version "0.10.0"
4
@source_url "https://github.com/fuelen/owl"
5
6
def project do
0 commit comments