Skip to content

Commit

Permalink
Updated for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zastrixarundell committed Mar 28, 2020
1 parent 8b93ea2 commit 9ea9d14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 9ea9d14

Please sign in to comment.