Skip to content

Commit bef7060

Browse files
committed
Version v1.0.1
1 parent 6cdc24d commit bef7060

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = "1.0.0"
1+
VERSION = "1.0.1"
22

33
if GetOption("goimports") == nil then
44
AddOption("goimports", false)

repo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"Tags": ["golang", "go"],
55
"Versions": [
66
{
7-
"Version": "1.0.0",
8-
"Url": "https://github.com/micro-editor/go-plugin/archive/v1.0.zip",
7+
"Version": "1.0.1",
8+
"Url": "https://github.com/micro-editor/go-plugin/archive/v1.0.1.zip",
99
"Require": {
1010
"micro": ">=1.0.3"
1111
}

0 commit comments

Comments
 (0)