Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed Dec 20, 2019
1 parent 4823e4f commit b947fdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -139,7 +139,7 @@ Add `query_builder` for Elixir as a dependency in your `mix.exs` file:
```elixir
def deps do
[
{:query_builder, "~> 0.1.0"}
{:query_builder, "~> 0.2.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule QueryBuilder.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.2.0"

def project do
[
Expand Down

0 comments on commit b947fdc

Please sign in to comment.