Skip to content

Commit

Permalink
Bump to version 0.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
prodis committed Apr 13, 2020
1 parent 43fe0c4 commit 838e271
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.2] - 2020-04-13
### Fixed
- Remove unnecessary files from the package.

Expand All @@ -18,6 +20,7 @@ All notable changes to this project will be documented in this file.
- Initial release.

[Unreleased]: https://github.com/prodis/wannabe_bool_elixir/compare/v0.1.0...master
[0.1.2]: https://github.com/prodis/wannabe_bool_elixir/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/prodis/wannabe_bool_elixir/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/prodis/wannabe_bool_elixir/compare/a63ca...v0.1.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `wannabe_bool` to your list of dependenci
```elixir
def deps do
[
{:wannabe_bool, "~> 0.1.1"}
{:wannabe_bool, "~> 0.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule WannabeBool.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.1.2"
@github_url "https://github.com/prodis/wannabe_bool_elixir"

def project do
Expand Down

0 comments on commit 838e271

Please sign in to comment.