Skip to content

Commit 1daa451

Browse files
committed
release: 0.18.2
1 parent db150ff commit 1daa451

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cooklang"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
edition = "2021"
55
authors = ["Zheoni <zheoni@outlook.es>"]
66
description = "Cooklang parser with opt-in extensions"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var package = Package(
2424
path: "swift/Tests/CooklangParserTests"),
2525
.binaryTarget(
2626
name: "CooklangParserFFI",
27-
url: "https://github.com/cooklang/cooklang-rs/releases/download/v0.18.1/CooklangParserFFI.xcframework.zip",
27+
url: "https://github.com/cooklang/cooklang-rs/releases/download/v0.18.2/CooklangParserFFI.xcframework.zip",
2828
checksum: "f7414a75257cbd73c64d97d077ec5c7a1e92add28fcf199b8cf9e5e2fd6a5615"),
2929
]
3030
)

bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cooklang-bindings"
3-
version = "0.18.1"
3+
version = "0.18.2"
44
edition = "2021"
55
authors = ["dubadub <dubovskoy.a@gmail.com>"]
66
description = "Cooklang Uniffi bindings"

0 commit comments

Comments
 (0)