Skip to content

Commit

Permalink
Release version 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
germsvel committed Feb 5, 2021
1 parent 67584fb commit 9e8b274
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To install Bamboo, add it to your list of dependencies in `mix.exs`.

```elixir
def deps do
[{:bamboo, "~> 1.6"}]
[{:bamboo, "~> 1.7.0"}]
end
```

Expand Down
1 change: 1 addition & 0 deletions bin/release
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ release_version="${2}"
sed -i '' "s/$previous_version/$release_version/" README.md
sed -i '' "s/$previous_version/$release_version/" mix.exs

git add .
git commit -m "Release version $release_version"
git tag "v$release_version"
git push origin "v$release_version"
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Bamboo.Mixfile do
def project do
[
app: :bamboo,
version: "1.6.0",
version: "1.7.0",
elixir: "~> 1.6",
source_url: @project_url,
homepage_url: @project_url,
Expand Down

0 comments on commit 9e8b274

Please sign in to comment.