Skip to content

Commit

Permalink
release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 17, 2017
1 parent 3b8c69b commit c8cd44d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6.0-dev
## v0.6.0 (2017-09-17)

- Backwards incompatible changes
- Minimum required elixir version is now "~> 1.3"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Tested cayley versions:
- `0.6.1`

(see
[`.travis.yml`](https://github.com/mneudert/caylir/blob/master/.travis.yml)
[`.travis.yml`](https://github.com/mneudert/caylir/blob/v0.6.0/.travis.yml)
to be sure)


Expand All @@ -23,7 +23,7 @@ Add Caylir as a dependency to your `mix.exs` file:

```elixir
defp deps do
[ { :caylir, "~> 0.5" } ]
[ { :caylir, "~> 0.6" } ]
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 Caylir.Mixfile do
def project do
[ app: :caylir,
name: "Caylir",
version: "0.6.0-dev",
version: "0.6.0",
elixir: "~> 1.3",
deps: deps(),

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

Expand Down

0 comments on commit c8cd44d

Please sign in to comment.