Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asiniy committed Jul 14, 2016
1 parent 857c05a commit 6fe28eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 6fe28eb

Please # to comment.