Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3 from SmartColumbusOS/bump_version
Browse files Browse the repository at this point in the history
Bump Version to 2.1.0
  • Loading branch information
bbalser committed Mar 19, 2019
2 parents bd695cd + 085c1e6 commit e2ee66e
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 @@ -56,7 +56,7 @@ by adding `smart_city_registry` to your list of dependencies in `mix.exs` as fol
```elixir
def deps do
[
{:smart_city_registry, "~> 2.0.0", organization: "smartcolumbus_os"}
{:smart_city_registry, "~> 2.1.0", 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 SmartCity.Registry.MixProject do
def project do
[
app: :smart_city_registry,
version: "2.0.0",
version: "2.1.0",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit e2ee66e

Please sign in to comment.