From 7400979c394ffc8a4f4b35a53520f10597e0f5a6 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Wed, 6 Nov 2024 17:07:01 +0900 Subject: [PATCH] chore: rc19 (#783) --- Cargo.lock | 2 +- docx-core/Cargo.toml | 2 +- docx-wasm/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b5626a..ff61bcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.4.17" +version = "0.4.18-rc19" dependencies = [ "base64", "image", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 20675e0..00849a9 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.4.17" +version = "0.4.18-rc19" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 213a8b4..b976031 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.4.18-rc18", + "version": "0.4.18-rc19", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",