🔖 Tag 0.1.0

This commit is contained in:
Manuel 2023-11-19 20:19:05 +01:00
parent 89a92b0016
commit 56b31c19ee
No known key found for this signature in database
GPG Key ID: F53A185F6C18B8EE
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "jellyfin-discord-music-bot",
"version": "0.0.9",
"version": "0.1.0",
"description": "A simple and leightweight Discord Bot, that integrates with your Jellyfin Media server and enables you to listen to your favourite music directly from discord.",
"author": "manuel-rw",
"private": true,

View File

@ -2,8 +2,8 @@ export const Constants = {
Metadata: {
Version: {
Major: 0,
Minor: 0,
Patch: 8,
Minor: 1,
Patch: 0,
All: () =>
`${Constants.Metadata.Version.Major}.${Constants.Metadata.Version.Minor}.${Constants.Metadata.Version.Patch}`,
},