From b72195d8e26ccbc859cf6d58faa8cbcf49470fe1 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Thu, 25 Nov 2021 19:51:57 +0900 Subject: [PATCH] 0.3 (#368) * 0.3.0 * update npm --- 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 fa74518..68e216e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "docx-rs" -version = "0.2.14" +version = "0.3.0" dependencies = [ "image", "insta", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 7e5a181..34339f1 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.2.14" +version = "0.3.0" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 7c5a284..ebb60a6 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.210", + "version": "0.0.211", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",