From d249b2a95126ef3f72b6f26689895cf4c3bdd4dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20S=C5=82ota?= Date: Thu, 27 Jun 2019 16:17:42 +0200 Subject: [PATCH] Set version to 1.0.5 (#93) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ec2eb2e8..68d34b75 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule MongoosePush.Mixfile do def project do [ app: :mongoose_push, - version: "1.0.4", + version: "1.0.5", elixir: "~> 1.5", build_embedded: Mix.env == :prod, start_permanent: Mix.env == :prod,