update release info

This commit is contained in:
Owen
2025-01-10 20:06:34 +01:00
committed by Owen Rees
parent cd65779142
commit 61adb18be7
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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
+1 -1
View File
@@ -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()