🔖 Tag version

This commit is contained in:
Manuel 2023-02-14 21:56:28 +01:00
parent 57c24ff029
commit 66a0253c27
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "jellyfin-discord-music-bot",
"version": "0.0.3",
"version": "0.0.4",
"description": "",
"author": "manuel-rw",
"private": true,

View File

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