Skip to content

Commit abf80f0

Browse files
committed
release v0.4.2
1 parent dbe81fe commit abf80f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "indexed-db"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
edition = "2021"
55
readme = "README.md"
66
documentation = "https://docs.rs/indexed-db"
77
description = "Bindings to IndexedDB that default the transactions to aborting and can work multi-threaded"
88
license = "MIT OR Apache-2.0"
99
repository = "https://github.com/Ekleog/indexed-db"
1010
keywords = ["wasm", "indexeddb", "async", "web", "webassembly"]
11-
categories = ["asynchronous", "database", "wasn", "web-programming"]
11+
categories = ["asynchronous", "database", "wasm", "web-programming"]
1212

1313
[dependencies]
1414
futures-channel = "0.3.30"

0 commit comments

Comments
 (0)