Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Bump Version to v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Apr 26, 2017
1 parent e66a3f4 commit a7b8911
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 @@ -14,7 +14,7 @@ The package can be installed by adding `currency_conversion` to your list of dep

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

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

@version "0.3.0"
@version "0.3.1"

def project do
[app: :currency_conversion,
Expand Down

0 comments on commit a7b8911

Please sign in to comment.