* 0.3.0

* update npm
main
bokuweb 2021-11-25 19:51:57 +09:00 committed by GitHub
parent c6a555aa75
commit b72195d8e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -162,7 +162,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "docx-rs"
version = "0.2.14"
version = "0.3.0"
dependencies = [
"image",
"insta",

View File

@ -1,6 +1,6 @@
[package]
name = "docx-rs"
version = "0.2.14"
version = "0.3.0"
authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/docx-rs"
edition = "2018"

View File

@ -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 <bokuweb12@gmail.com>",