(chore): increase tag version

This commit is contained in:
Manuel 2024-01-01 12:44:02 +01:00
parent cf6f4baa93
commit 8bd6d7f68e
No known key found for this signature in database
GPG Key ID: F4437242FF13DC11
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "jellyfin-discord-music-bot", "name": "jellyfin-discord-music-bot",
"version": "0.1.0", "version": "0.1.1",
"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.", "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", "author": "manuel-rw",
"private": true, "private": true,

View File

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