Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Mar 25, 2020
1 parent b567d90 commit 4a11b91
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

## v1.0.0-dev
## v1.0.0 (2020-03-25)

- Enhancements
- A missing `host` configuration will now default to `"localhost"`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To use Caylir with your projects, edit your `mix.exs` file and add the required
defp deps do
[
# ...
{:caylir, "~> 0.11"},
{:caylir, "~> 1.0"},
# ...
]
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Caylir.MixProject do
[
app: :caylir,
name: "Caylir",
version: "1.0.0-dev",
version: "1.0.0",
elixir: "~> 1.7",
deps: deps(),
description: "Cayley driver for Elixir",
Expand Down Expand Up @@ -51,7 +51,7 @@ defmodule Caylir.MixProject do
defp docs do
[
main: "Caylir.Graph",
source_ref: "master",
source_ref: "v1.0.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 4a11b91

Please sign in to comment.