Skip to content

Commit 5f60ed9

Browse files
committed
chore: update version to publish
1 parent fbcfb64 commit 5f60ed9

12 files changed

Lines changed: 28 additions & 28 deletions

File tree

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = [
1313
]
1414

1515
[workspace.package]
16-
version = "0.9.3"
16+
version = "0.9.4"
1717
authors = ["LastLeaf <bqfu@163.com>", "TtTRz <romc1224@gmail.com>"]
1818
categories = ["gui", "wasm"]
1919
edition = "2021"
@@ -23,14 +23,14 @@ license = "MIT"
2323
repository = "https://github.com/wechat-miniprogram/float-pigment"
2424

2525
[workspace.dependencies]
26-
float-pigment = { version = "0.9.3", path = "./float-pigment" }
27-
float-pigment-consistent-bincode = { version = "0.9.3", path = "./float-pigment-consistent-bincode", default-features = false }
28-
float-pigment-css = { version = "0.9.3", path = "./float-pigment-css", default-features = false }
29-
float-pigment-css-macro = { version = "0.9.3", path = "./float-pigment-css-macro" }
30-
float-pigment-forest = { version = "0.9.3", path = "./float-pigment-forest" }
31-
float-pigment-forest-macro = { version = "0.9.3", path = "./float-pigment-forest-macro" }
32-
float-pigment-layout = { version = "0.9.3", path = "./float-pigment-layout" }
33-
float-pigment-mlp = { version = "0.9.3", path = "./float-pigment-mlp" }
26+
float-pigment = { version = "0.9.4", path = "./float-pigment" }
27+
float-pigment-consistent-bincode = { version = "0.9.4", path = "./float-pigment-consistent-bincode", default-features = false }
28+
float-pigment-css = { version = "0.9.4", path = "./float-pigment-css", default-features = false }
29+
float-pigment-css-macro = { version = "0.9.4", path = "./float-pigment-css-macro" }
30+
float-pigment-forest = { version = "0.9.4", path = "./float-pigment-forest" }
31+
float-pigment-forest-macro = { version = "0.9.4", path = "./float-pigment-forest-macro" }
32+
float-pigment-layout = { version = "0.9.4", path = "./float-pigment-layout" }
33+
float-pigment-mlp = { version = "0.9.4", path = "./float-pigment-mlp" }
3434

3535
[profile.release]
3636
opt-level = 's'

float-pigment-css-napi/npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-darwin-arm64",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"arm64"
66
],

float-pigment-css-napi/npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-darwin-x64",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"x64"
66
],

float-pigment-css-napi/npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-linux-arm64-gnu",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"arm64"
66
],

float-pigment-css-napi/npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-linux-arm64-musl",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"arm64"
66
],

float-pigment-css-napi/npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-linux-x64-gnu",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"x64"
66
],

float-pigment-css-napi/npm/linux-x64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-linux-x64-musl",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"x64"
66
],

float-pigment-css-napi/npm/win32-ia32-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-win32-ia32-msvc",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"ia32"
66
],

float-pigment-css-napi/npm/win32-x64-msvc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "float-pigment-css-napi-win32-x64-msvc",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"cpu": [
55
"x64"
66
],

0 commit comments

Comments
 (0)