Skip to content

Commit fd86f4e

Browse files
committed
0.3.3
1 parent 291702a commit fd86f4e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
name = "lua_fmt"
99
readme = "README.md"
1010
repository = "https://github.com/wasm-fmt/lua_fmt"
11-
version = "0.3.2"
11+
version = "0.3.3"
1212

1313

1414
[dev-dependencies]

jsr.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@fmt/lua-fmt",
4-
"version": "0.3.2",
4+
"version": "0.3.3",
55
"exports": {
66
".": "./lua_fmt.js",
77
"./esm": "./lua_fmt_esm.js",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"magic-akari <akari.ccino@gmail.com>"
66
],
77
"description": "A WASM based Lua Formatter",
8-
"version": "0.3.2",
8+
"version": "0.3.3",
99
"license": "MIT",
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)