Skip to content

Commit

Permalink
bump: v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tnychn committed Feb 21, 2022
1 parent 1cc9df9 commit 861bfe5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified bin/darwin/mpv-discord
Binary file not shown.
Binary file modified bin/linux/mpv-discord
Binary file not shown.
Binary file modified bin/windows/mpv-discord.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/discord.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if not file_exists(options.binary_path) then
os.exit(1)
end

local version = "1.6.0"
local version = "1.6.1"
msg.info(("mpv-discord v%s by tnychn"):format(version))

local socket_path = options.socket_path
Expand Down

0 comments on commit 861bfe5

Please sign in to comment.