mirror of
https://github.com/informaticker/discord-jellyfin-bot.git
synced 2024-11-30 21:21:56 +01:00
(chore): increase tag version
This commit is contained in:
parent
cf6f4baa93
commit
8bd6d7f68e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"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.",
|
||||
"author": "manuel-rw",
|
||||
"private": true,
|
||||
|
@ -3,7 +3,7 @@ export const Constants = {
|
||||
Version: {
|
||||
Major: 0,
|
||||
Minor: 1,
|
||||
Patch: 0,
|
||||
Patch: 1,
|
||||
All: () =>
|
||||
`${Constants.Metadata.Version.Major}.${Constants.Metadata.Version.Minor}.${Constants.Metadata.Version.Patch}`,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user