Skip to content

Commit b897537

Browse files
author
Justin Wood
committed
bump version
1 parent d64dd59 commit b897537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
defmodule Mongo.Ecto.Mixfile do
22
use Mix.Project
33

4-
@version "0.2.0"
4+
@version "0.2.1"
55

66
def project do
77
[
88
app: :mongodb_ecto,
99
version: @version,
10-
elixir: "~> 1.3",
10+
elixir: "~> 1.4",
1111
deps: deps(),
1212
test_coverage: [tool: ExCoveralls],
1313
description: description(),

0 commit comments

Comments
 (0)