diff --git a/README.md b/README.md index 0cce1b9..e16950b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Trifolium 🍀 -![Trifolium Version 1.0.0](https://img.shields.io/badge/Trifolium-v1.0.0-brightgreen) +![Trifolium Version 1.0.1](https://img.shields.io/badge/Trifolium-v1.0.1-brightgreen) ![Trefle Version 1.6.0](https://img.shields.io/badge/Trefle-v1.6.0-blue) diff --git a/mix.exs b/mix.exs index 07c74f6..75b604b 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Trifolium.MixProject do def project, do: [ app: :trifolium, - version: "1.0.0", + version: "1.0.1", elixir: "~> 1.11", name: "Trifolium", description: "Trefle API Library wrapper for Elixir",