Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewDryga committed Aug 7, 2016
1 parent c511fa7 commit d3ebd13
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 @@ -92,7 +92,7 @@ It's available on [hex.pm](https://hex.pm/packages/bsoneach) and can be installe

```elixir
def deps do
[{:bsoneach, "~> 0.2.0"}]
[{:bsoneach, "~> 0.3.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule BSONEach.Mixfile do
use Mix.Project

@version "0.2.0"
@version "0.3.0"

def project do
[app: :bsoneach,
Expand Down

0 comments on commit d3ebd13

Please sign in to comment.