Skip to content

Commit 0ae928f

Browse files
committed
Bump version to 0.10.0
1 parent 749a832 commit 0ae928f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The package can be installed by adding `owl` to your list of dependencies in `mi
3636
```elixir
3737
def deps do
3838
[
39-
{:owl, "~> 0.9"},
39+
{:owl, "~> 0.10"},
4040
# ucwidth is an optional dependency, uncomment it for multibyte characters support (emoji, etc)
4141
# {:ucwidth, "~> 0.2"}
4242
]

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule Owl.MixProject do
22
use Mix.Project
3-
@version "0.9.0"
3+
@version "0.10.0"
44
@source_url "https://github.com/fuelen/owl"
55

66
def project do

0 commit comments

Comments
 (0)