Skip to content

Commit

Permalink
Bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adam12 committed Jun 18, 2016
1 parent 48c79f3 commit 98d7ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you are familiar with Ruby on Rails, analogous to `collection_check_boxes`.
Add phoenix_mtm to your list of dependencies in `mix.exs`:

def deps do
[{:phoenix_mtm, "~> 0.1.0"}]
[{:phoenix_mtm, "~> 0.2.0"}]
end

## Usage
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule PhoenixMTM.Mixfile do

def project do
[app: :phoenix_mtm,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.2",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 98d7ef8

Please sign in to comment.