Skip to content

Commit 8bd6d7f

Browse files
committed
(chore): increase tag version
1 parent cf6f4ba commit 8bd6d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jellyfin-discord-music-bot",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"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.",
55
"author": "manuel-rw",
66
"private": true,

src/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const Constants = {
33
Version: {
44
Major: 0,
55
Minor: 1,
6-
Patch: 0,
6+
Patch: 1,
77
All: () =>
88
`${Constants.Metadata.Version.Major}.${Constants.Metadata.Version.Minor}.${Constants.Metadata.Version.Patch}`,
99
},

0 commit comments

Comments
 (0)