From d89f2a34fa33961e9d89e81456064c36e5394310 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Mon, 5 Oct 2020 23:00:12 +0900 Subject: [PATCH] 0.0.101 (#157) * add keep * 0.0.101 * 0.2.6 --- Cargo.lock | 4 ++-- docx-core/Cargo.toml | 2 +- docx-wasm/package.json | 2 +- docx-wasm/test/output/.keep | 0 4 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 docx-wasm/test/output/.keep diff --git a/Cargo.lock b/Cargo.lock index a293e30..49afca6 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.5" +version = "0.2.6" dependencies = [ "image 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)", "insta 0.16.1 (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.5", + "docx-rs 0.2.6", "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 45f27e6..b292728 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docx-rs" -version = "0.2.5" +version = "0.2.6" authors = ["bokuweb "] repository = "https://github.com/bokuweb/docx-rs" edition = "2018" diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 8779cb2..d5beef0 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.100", + "version": "0.0.101", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ", diff --git a/docx-wasm/test/output/.keep b/docx-wasm/test/output/.keep new file mode 100644 index 0000000..e69de29