From 8a05e84e1227562018b092783184a5aad180e802 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Wed, 29 Dec 2021 23:32:26 -0300 Subject: [PATCH] Bump version --- README.md | 2 +- mix.exs | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c75789d..e39f5dd 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Graphic primitives ```elixir def deps do [ - {:oled, "~> 0.3.4"} + {:oled, "~> 0.3"} ] end ``` diff --git a/mix.exs b/mix.exs index 8067c83..e0ee690 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OLED.MixProject do use Mix.Project - @version "0.3.4" + @version "0.3.5" def project do [ @@ -43,7 +43,8 @@ defmodule OLED.MixProject do %{ files: ["lib", "mix.exs", "README.md"], maintainers: [ - "Gabriel Roldan" + "Gabriel Roldan", + "Phillipp Ohlandt" ], licenses: ["Apache License 2.0"], links: %{