From 63370decff78c6565426958c303dffbf61a0a453 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Sat, 10 Oct 2020 00:02:32 +0900 Subject: [PATCH] 0.2.8 (#165) * 0.2.8 * 0.0.105 --- Cargo.lock | 4 ++-- docx-core/Cargo.toml | 2 +- docx-wasm/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b9f8b79..aa1c193 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -137,7 +137,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "docx-rs" -version = "0.2.7" +version = "0.2.8" dependencies = [ "image 0.23.10 (registry+https://github.com/rust-lang/crates.io-index)", "insta 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -154,7 +154,7 @@ dependencies = [ name = "docx-wasm" version = "0.1.0" dependencies = [ - "docx-rs 0.2.7", + "docx-rs 0.2.8", "wasm-bindgen 0.2.53 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index ab742eb..d3edd99 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.2.7" +version = "0.2.8" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" diff --git a/docx-wasm/package.json b/docx-wasm/package.json index a54f6e8..3306990 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.104", + "version": "0.0.105", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ",