Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 9, 2017
1 parent b8bf3b3 commit b180121
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.5.0-dev
## v0.5.0 (2017-09-09)

- Enhancements
- Configuration values can be fetched from the system environment
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.5.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.4" } ]
[ { :caylir, "~> 0.5" } ]
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.5.0-dev",
version: "0.5.0",
elixir: "~> 1.2",
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.5.0",
source_url: @url_github ]
end

Expand Down

0 comments on commit b180121

Please sign in to comment.