Skip to content

Commit

Permalink
Update richclip binary to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beeender committed Jan 10, 2025
1 parent 47e9108 commit c008521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/richclip/binary.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ local utils = require("richclip.utils")

M._major_ver = '0'
M._minor_ver = '2'
M._patch_ver = '0'
M._patch_ver = '1'

local current_file_dir = debug.getinfo(1).source:match('@?(.*/)')
local current_file_dir_parts = vim.split(current_file_dir, '/')
Expand Down

0 comments on commit c008521

Please sign in to comment.