Skip to content

Commit

Permalink
Release v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Oscity committed Jan 14, 2016
1 parent 4f27a58 commit 6107801
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 @@ -11,7 +11,7 @@ Add `:calendar_translations` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:calendar_translations, "~> 0.0.2"}]
[{:calendar_translations, "~> 0.0.3"}]
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 CalendarTranslations.Mixfile do
use Mix.Project

@version "0.0.2"
@version "0.0.3"

def project do
[app: :calendar_translations,
Expand Down

0 comments on commit 6107801

Please sign in to comment.