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 ",