Skip to content

Commit

Permalink
Bump version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunya Kirkali committed Feb 20, 2018
1 parent 5ea630d commit 9dcc41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ match.format #=> :ttf
```elixir
def deps do
[
{:format_parser, "~> 0.6.1"}
{:format_parser, "~> 0.7.0"}
]
end
```
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 FormatParser.Mixfile do
def project do
[
app: :format_parser,
version: "0.6.1",
version: "0.7.0",
elixir: "~> 1.3",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 9dcc41b

Please sign in to comment.