Skip to content

Commit

Permalink
(chore): increase tag version
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-rw committed Jan 1, 2024
1 parent cf6f4ba commit 8bd6d7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
},
Expand Down

0 comments on commit 8bd6d7f

Please sign in to comment.