mirror of
https://github.com/TheRealOwenRees/plantid-discord-bot.git
synced 2026-07-22 20:16:57 +00:00
update release info
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
**0.2.0-alpha**
|
||||||
|
|
||||||
|
- Implemented the ability to ID attachments without using application commands
|
||||||
|
|
||||||
**0.1.4**
|
**0.1.4**
|
||||||
|
|
||||||
- Added first and last request date to metrics
|
- Added first and last request date to metrics
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ defmodule PlantidDiscordBot.MixProject do
|
|||||||
def project do
|
def project do
|
||||||
[
|
[
|
||||||
app: :plantid_discord_bot,
|
app: :plantid_discord_bot,
|
||||||
version: "0.1.2",
|
version: "0.2.0-alpha",
|
||||||
elixir: "~> 1.16",
|
elixir: "~> 1.16",
|
||||||
start_permanent: Mix.env() == :prod,
|
start_permanent: Mix.env() == :prod,
|
||||||
deps: deps()
|
deps: deps()
|
||||||
|
|||||||
Reference in New Issue
Block a user