Skip to content

Commit

Permalink
Bump to v0.1.2 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
MisanthropicBit authored Jan 30, 2025
1 parent f0ba99b commit 64adad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>winmove.nvim</h1>
<p><i>Easily move, swap, and resize windows</i></p>
<p>
<img src="https://img.shields.io/badge/version-0.1.1-blue?style=flat-square" />
<img src="https://img.shields.io/badge/version-0.1.2-blue?style=flat-square" />
<a href="https://luarocks.org/modules/misanthropicbit/winmove.nvim">
<img src="https://img.shields.io/luarocks/v/misanthropicbit/winmove.nvim?logo=lua&color=purple&style=flat-square" />
</a>
Expand Down
2 changes: 1 addition & 1 deletion lua/winmove/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ winmove.AtEdge = at_edge.AtEdge
winmove.ResizeAnchor = resize.anchor

local api = vim.api
local winmove_version = "0.1.1"
local winmove_version = "0.1.2"

local augroup = api.nvim_create_augroup("Winmove", { clear = true })
local autocmds = {}
Expand Down

0 comments on commit 64adad5

Please sign in to comment.