Skip to content

Commit

Permalink
Merge pull request #16 from SmartColumbusOS/bump_version
Browse files Browse the repository at this point in the history
Bumped version to 1.0.2
  • Loading branch information
bbalser authored Mar 26, 2019
2 parents 94962c6 + 2e88259 commit fdfbd18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ by adding `divo` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:divo, "~> 1.0.1", only: [:dev, :integration], organization: "smartcolumbus_os"}
{:divo, "~> 1.0.2", only: [:dev, :integration], organization: "smartcolumbus_os"}
]
end
```
Expand Down
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.0.1",
version: "1.0.2",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit fdfbd18

Please sign in to comment.