Skip to content

Commit

Permalink
release v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Apr 12, 2017
1 parent 4f9373b commit 052c427
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.13.0-dev
## v0.13.0 (2017-04-12)

- Backwards incompatible changes
- Minimum required elixir version is now "~> 1.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ as a dependency:

```elixir
defp deps do
[ { :geolix, "~> 0.12" } ]
[ { :geolix, "~> 0.13" } ]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Geolix.Mixfile do
def project do
[ app: :geolix,
name: "Geolix",
version: "0.13.0-dev",
version: "0.13.0",
elixir: "~> 1.2",
deps: deps(),

Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule Geolix.Mixfile do
defp docs do
[ extras: [ "CHANGELOG.md", "README.md" ],
main: "readme",
source_ref: "master",
source_ref: "v0.13.0",
source_url: @url_github ]
end

Expand Down

0 comments on commit 052c427

Please sign in to comment.