Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit 5d09f15

Browse files
committed
release 0.7
1 parent 8cc23b8 commit 5d09f15

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
@@ -10,7 +10,7 @@ The package can be installed by adding `html5ever` to your list of dependencies
1010

1111
```elixir
1212
def deps do
13-
[{:html5ever, "~> 0.2.0"}]
13+
[{:html5ever, "~> 0.7.0"}]
1414
end
1515
```
1616

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Html5ever.Mixfile do
33

44
def project do
55
[app: :html5ever,
6-
version: "0.6.1",
6+
version: "0.7.0",
77
elixir: "~> 1.4",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)