From 9ea9d14abd750f6296a9df16bef01d421516dd98 Mon Sep 17 00:00:00 2001 From: zastrixarundell Date: Sat, 28 Mar 2020 17:40:59 +0100 Subject: [PATCH] Updated for version 0.1.1 --- README.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40b6cd4..610f2b6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A discord bot written in Elixir for... Cats! ![Catlixir image](https://raw.githubusercontent.com/zastrixarundell/Catlixir/master/assets/catlixir.png "Catlixir") +[![Discord server badge](https://img.shields.io/discord/602112468961067011)](https://discord.gg/MdASH22) ![Github release](https://img.shields.io/github/v/release/zastrixarundell/catlixir) + ## Usage This bot can run independently by itself. You need to setup some system environments which are explained in the `config.exs`. diff --git a/mix.exs b/mix.exs index 7ac1f78..ad200a1 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Catlixir.MixProject do def project do [ app: :catlixir, - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, deps: deps()