Skip to content

Commit 8f0e39a

Browse files
authored
chore: bump versions
1 parent 5668d1d commit 8f0e39a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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
@@ -1,6 +1,6 @@
11
[package]
22
name = "lz4-wasm"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
authors = ["Nick Berlette <nick@berlette.com>"]
55
edition = "2024"
66

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nick/lz4",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"license": "MIT",
55
"author": {
66
"name": "Nicholas Berlette",
@@ -16,6 +16,6 @@
1616
},
1717
"publish": {
1818
"include": ["**/*.ts", "**/*.js*", "**/*.md", "LICENSE"],
19-
"exclude": ["**/.*", "!lib", "**/*.test.*", "**/*.bench.*"]
19+
"exclude": ["**/.*", "!lib", "**/*.test.*", "**/*.bench.*", "scripts"]
2020
}
2121
}

0 commit comments

Comments
 (0)