Skip to content

Commit 98d7ef8

Browse files
committed
Bump version to v0.2.0
1 parent 48c79f3 commit 98d7ef8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are familiar with Ruby on Rails, analogous to `collection_check_boxes`.
1010
Add phoenix_mtm to your list of dependencies in `mix.exs`:
1111

1212
def deps do
13-
[{:phoenix_mtm, "~> 0.1.0"}]
13+
[{:phoenix_mtm, "~> 0.2.0"}]
1414
end
1515

1616
## Usage

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule PhoenixMTM.Mixfile do
33

44
def project do
55
[app: :phoenix_mtm,
6-
version: "0.1.0",
6+
version: "0.2.0",
77
elixir: "~> 1.2",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)