From c9547d74b8a760f4c5452c633264104d09b64a64 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 17 Jan 2019 16:52:57 +0000 Subject: [PATCH 1/2] Update mix.exs Rename mix.exs file to match the name of the project --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c60c674..4259205 100644 --- a/mix.exs +++ b/mix.exs @@ -1,4 +1,4 @@ -defmodule Multibase.MixProject do +defmodule CID.MixProject do use Mix.Project @version "0.0.1" From 9c9794b95e305f96aefa45a4ecd3ef68f77c878b Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 17 Jan 2019 16:53:48 +0000 Subject: [PATCH 2/2] Update mix.exs Updat version to 0.0.2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4259205..9cddea2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule CID.MixProject do use Mix.Project - @version "0.0.1" + @version "0.0.2" @source_url "https://github.com/nocursor/ex-cid" def project do