Skip to content
This repository was archived by the owner on Dec 15, 2023. It is now read-only.

Commit 2af3336

Browse files
committed
release 0.0.5
1 parent 8551bd5 commit 2af3336

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "iotdb"
3-
version = "0.0.4"
3+
version = "0.0.5"
44
edition = "2021"
55
license = "Apache-2.0"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add `iotdb` to your `Cargo.toml`
2929

3030
```toml
3131
[dependencies]
32-
iotdb = "0.0.4"
32+
iotdb = "0.0.5"
3333
```
3434

3535
## Example

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
//!
2323
//! ```toml
2424
//! [dependencies]
25-
//! iotdb = "0.0.4"
25+
//! iotdb = "0.0.5"
2626
//! ```
2727
//!
2828
//! # Example

0 commit comments

Comments
 (0)