Skip to content

Commit

Permalink
Update version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolauska committed May 21, 2018
1 parent 479f22c commit f978a48
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

* Fixed inline table parsing

## 2.0.0

* Full support for TOML 0.4.0 spec
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule TomlElixir.Mixfile do
def project do
[
app: :toml_elixir,
version: "2.0.0",
version: "2.0.1",
elixir: ">= 1.3.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit f978a48

Please sign in to comment.