Bump version to 1.0.1

This commit is contained in:
Mikko Ahlroth 2017-06-06 21:23:02 +03:00
parent ddaa0b8585
commit 3c4fa41386
3 changed files with 9 additions and 3 deletions

View file

@ -4,7 +4,13 @@ All notable changes to this project will be documented in this file.
The format is roughly based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.0.0] - 2017-06-03
## [1.0.1] - 2017-06-06
### Changed
- Reverted _fs_ version back to 2.12.0 because of compilation issues.
## [1.0.0] - 2017-06-03 (Unreleased)
### Changed

View file

@ -87,7 +87,7 @@ by adding `mbu` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:mbu, "~> 1.0.0"}]
[{:mbu, "~> 1.0.1"}]
end
```

View file

@ -3,7 +3,7 @@ defmodule MBU.Mixfile do
def project do
[app: :mbu,
version: "1.0.0",
version: "1.0.1",
elixir: "~> 1.4",
name: "MBU: Mix Build Utilities",
source_url: "https://github.com/Nicd/mbu",