Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dunyakirkali committed Jan 4, 2020
1 parent bdd0cba commit 89167c0
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 @@ -16,7 +16,7 @@ Add the following to your `mix.exs` file
```elixir
def deps do
[
{:onesky, "~> 1.0.0"}
{:onesky, "~> 1.0.1"}
]
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 Onesky.MixProject do
def project do
[
app: :onesky,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 89167c0

Please sign in to comment.