From b57a07220166add7d74fcad8f6b98fed707d5e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eric=20Meadows-J=C3=B6nsson?= Date: Mon, 21 Apr 2014 20:25:02 +0200 Subject: [PATCH] Release 0.1.1 --- mix.exs | 2 +- mix.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 018367e..24e322f 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Decimal.Mixfile do def project do [ app: :decimal, - version: "0.1.1-dev", + version: "0.1.1", elixir: "~> 0.13.0", deps: deps(Mix.env), build_per_environment: false, diff --git a/mix.lock b/mix.lock index 5da00f4..578bb7c 100644 --- a/mix.lock +++ b/mix.lock @@ -1 +1 @@ -["ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "c14203bfca186f68ff178e5ada9af4f5fb37e205", []}] +%{"ex_doc": {:git, "git://github.com/elixir-lang/ex_doc.git", "1ce6f1068cf1eeb97e9104977bed87e2a8c3be61", []}}