Skip to content

Commit

Permalink
Fix some version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
doughsay committed Dec 11, 2017
1 parent 23d4359 commit dd860c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 0.0.1 - 2017-09-08
### Initial release

[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.6.0...HEAD
[Unreleased]: https://github.com/peek-travel/cocktail/compare/0.7.0...HEAD
[0.7.0]: https://github.com/peek-travel/cocktail/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/peek-travel/cocktail/compare/0.5.3...0.6.0
[0.5.3]: https://github.com/peek-travel/cocktail/compare/0.5.2...0.5.3
[0.5.2]: https://github.com/peek-travel/cocktail/compare/0.5.1...0.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ by adding `cocktail` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:cocktail, "~> 0.6"}
{:cocktail, "~> 0.7"}
]
end
```
Expand Down

0 comments on commit dd860c9

Please sign in to comment.