diff --git a/README.md b/README.md index 65aae4b70fd19bdddcf79fe45ef69650220eb0de..73a5ea4cc3e6926e8025376986dbe5d745800e5d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A C Node wrapping lexborisov's [myhtml](https://github.com/lexborisov/myhtml). Primarily used with [FastSanitize](https://git.pleroma.social/pleroma/fast_sanitize). -* Available as a hex package: `{:fast_html, "~> 0.9"}` +* Available as a hex package: `{:fast_html, "~> 0.99"}` * [Documentation](https://hexdocs.pm/fast_html/fast_html.html) ## Benchmarks diff --git a/mix.exs b/mix.exs index 05a5a23aaafbfb56cc10f194105c276270b49fa5..ba4098a83168e06f1b9d2ff54b7831a71013a872 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule FastHtml.Mixfile do def project do [ app: :fast_html, - version: "0.9.3", + version: "0.99.0", elixir: "~> 1.5", deps: deps(), package: package(),