Skip to content

Commit

Permalink
Update to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Jul 1, 2022
1 parent 87ea08b commit b92809e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"Tags": ["zig", "ziglang"],
"Website": "https://github.com/squeek502/micro-zigfmt",
"Versions": [
{
"Version": "0.1.1",
"Url": "https://github.com/squeek502/micro-zigfmt/archive/v0.1.1.zip",
"Require": {
"micro": ">=2.0.0"
}
},
{
"Version": "0.1.0",
"Url": "https://github.com/squeek502/micro-zigfmt/archive/v0.1.0.zip",
Expand Down
2 changes: 1 addition & 1 deletion zigfmt.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "0.1.0"
VERSION = "0.1.1"
PLUGIN_NAME = "zigfmt"

local micro = import("micro")
Expand Down

0 comments on commit b92809e

Please sign in to comment.