We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cdc24d commit bef7060Copy full SHA for bef7060
go.lua
@@ -1,4 +1,4 @@
1
-VERSION = "1.0.0"
+VERSION = "1.0.1"
2
3
if GetOption("goimports") == nil then
4
AddOption("goimports", false)
repo.json
@@ -4,8 +4,8 @@
"Tags": ["golang", "go"],
5
"Versions": [
6
{
7
- "Version": "1.0.0",
8
- "Url": "https://github.com/micro-editor/go-plugin/archive/v1.0.zip",
+ "Version": "1.0.1",
+ "Url": "https://github.com/micro-editor/go-plugin/archive/v1.0.1.zip",
9
"Require": {
10
"micro": ">=1.0.3"
11
}
0 commit comments