🔖 Set tag to 0.0.6

This commit is contained in:
Manuel 2023-03-26 14:15:35 +02:00
parent ea64f16661
commit a51abebd06
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.0.5", "version": "0.0.6",
"description": "", "description": "",
"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: 0, Minor: 0,
Patch: 5, Patch: 6,
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}`,
}, },