Skip to content

Commit

Permalink
🔖 release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndCake committed Jul 6, 2022
1 parent c8d108f commit 986140e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion main.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.5.3"
VERSION = "0.6.0"

local micro = import("micro")
local config = import("micro/config")
Expand Down
7 changes: 7 additions & 0 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@
"Require": {
"micro": ">=2.0.8"
}
},
{
"Version": "0.6.0",
"Url": "https://github.com/AndCake/micro-plugin-lsp/archive/v0.6.0.zip",
"Require": {
"micro": ">=2.0.8"
}
}
]
}]

0 comments on commit 986140e

Please sign in to comment.