Skip to content

Commit

Permalink
Bump v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyabee committed Aug 29, 2016
1 parent 60acd89 commit 0a13c03
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 @@ -8,7 +8,7 @@

```elixir
def deps do
[{:cloud_vision, "~> 0.1.0"}]
[{:cloud_vision, "~> 1.0.0"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule CloudVision.Mixfile do

def project do
[app: :cloud_vision,
version: "0.1.4",
version: "1.0.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 0a13c03

Please sign in to comment.