We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 213f20d commit a82b254Copy full SHA for a82b254
lua/sort/init.lua
@@ -5,7 +5,7 @@ local utils = require('sort.utils')
5
local mappings = require('sort.mappings')
6
7
local M = {
8
- _VERSION = '2.2.0',
+ _VERSION = '2.2.1',
9
_DESCRIPTION = 'Sorting plugin for Neovim',
10
_URL = 'https://github.com/sQVe/sort.nvim',
11
_LICENSE = 'MIT',
0 commit comments