From 6fe28eb4ea839efb62a0b0dff69ad6ea40e8d907 Mon Sep 17 00:00:00 2001 From: Alex Antonov Date: Thu, 14 Jul 2016 14:02:19 +0300 Subject: [PATCH] 0.1.0 --- README.md | 11 +++-------- mix.exs | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index bc84841..5d0b201 100644 --- a/README.md +++ b/README.md @@ -59,13 +59,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed 1. Add ecto_state_machine to your list of dependencies in `mix.exs`: def deps do - [{:ecto_state_machine, "~> 0.0.4"}] - end - - 2. Ensure ecto_state_machine is started before your application: - - def application do - [applications: [:ecto_state_machine]] + [{:ecto_state_machine, "~> 0.1.0"}] end ## Contributions @@ -86,4 +80,5 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed - [ ] Initial value - [ ] CI - [x] Add status? methods -- [x] Introduce it at elixir-radar and my blog +- [ ] Introduce it at elixir-radar and my blog +- [ ] Custom error messages for changeset diff --git a/mix.exs b/mix.exs index dfcba90..9352c6c 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule EctoStateMachine.Mixfile do use Mix.Project @project_url "https://github.com/asiniy/ecto_state_machine" - @version "0.0.4" + @version "0.1.0" def project do [