🔖 Tag Version

This commit is contained in:
Manuel Ruwe 2023-01-09 22:50:06 +01:00
parent 4b4897c258
commit 8527bf546e
2 changed files with 2 additions and 2 deletions

View File

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

View File

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