Skip to content

Commit 173ad04

Browse files
committed
chore: bump version to 0.18.0
1 parent e4882e6 commit 173ad04

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.17.14"
3+
version = "0.18.0"
44
edition = "2021"
55
authors = ["Zheoni <zheoni@outlook.es>"]
66
description = "Cooklang parser with opt-in extensions"

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.17.14"
3+
version = "0.18.0"
44
edition = "2021"
55
authors = ["dubadub <dubovskoy.a@gmail.com>"]
66
description = "Cooklang Uniffi bindings"

typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cooklang/cooklang",
3-
"version": "0.17.4",
3+
"version": "0.18.0",
44
"license": "MIT",
55
"description": "Official Cooklang parser - Rust-powered WASM implementation for high performance recipe parsing",
66
"type": "module",

0 commit comments

Comments
 (0)