Skip to content

Commit

Permalink
Merge pull request #31 from smartcitiesdata/fix-links
Browse files Browse the repository at this point in the history
Fix documentation links
  • Loading branch information
bbrewer-forge authored May 15, 2019
2 parents 27e93a9 + 3de8dad commit 912541b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The package can be installed by adding `divo` to your list of dependencies in `m
```elixir
def deps() do
[
{:divo, "~> 1.1.4", only: [:dev, :integration]}
{:divo, "~> 1.1.5", only: [:dev, :integration]}
]
end
```
Expand Down Expand Up @@ -56,7 +56,7 @@ In your mix file, include the additional dependency
#mix.exs
def deps() do
[
{:divo, "~> 1.1.4", only: [:dev, :integration]},
{:divo, "~> 1.1.5", only: [:dev, :integration]},
{:divo_redis, "~> 0.1.0", only: [:dev, :integration]}
]
```
Expand Down Expand Up @@ -160,4 +160,4 @@ Integration tests are executed by running:
`mix test.integration`
## License
Released under [Apache 2 license](https://github.com/SmartColumbusOS/divo/blob/master/LICENSE).
Released under [Apache 2 license](https://github.com/smartcitiesdata/divo/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Divo.MixProject do
def project do
[
app: :divo,
version: "1.1.4",
version: "1.1.5",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 912541b

Please sign in to comment.