Skip to content

Commit

Permalink
Bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikowitz committed Dec 11, 2017
1 parent 3e6c5be commit 58c228d
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 @@ -10,7 +10,7 @@ Clojure implementation[2].

```elixir
@deps [
ex_zipper: "~> 0.1.2"
ex_zipper: "~> 0.1.3"
]
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExZipper.Mixfile do
use Mix.Project

@name :ex_zipper
@version "0.1.2"
@version "0.1.3"

@deps [
{:credo, github: "rrrene/credo", only: [:dev, :test], runtime: false},
Expand Down

0 comments on commit 58c228d

Please sign in to comment.