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 Oct 10, 2020
1 parent fd78a0c commit 8b3a0a2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.1.2] - 2020-10-10
### Changed
- Update documentation and refactoring.

Expand All @@ -17,7 +19,8 @@ All notable changes to this project will be documented in this file.
### Added
- Not working version.

[Unreleased]: https://github.com/prodis/miss-elixir/compare/0.1.1...master
[Unreleased]: https://github.com/prodis/miss-elixir/compare/0.1.2...master
[0.1.2]: https://github.com/prodis/miss-elixir/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/prodis/miss-elixir/compare/0.1.0...0.1.1
[0.1.0]: https://github.com/prodis/miss-elixir/compare/0.0.0...0.1.0
[0.0.0]: https://github.com/prodis/miss-elixir/compare/0.0.0...0.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ The package can be installed by adding `miss` to your list of dependencies in `m
```elixir
def deps do
[
{:miss, "~> 0.1.1"}
{:miss, "~> 0.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -4,7 +4,7 @@ defmodule Miss.MixProject do
@app :miss
@name "Miss Elixir"
@repo "https://github.com/prodis/miss-elixir"
@version "0.1.1"
@version "0.1.2"

def project do
[
Expand Down

0 comments on commit 8b3a0a2

Please sign in to comment.