Skip to content

Commit 44f31a2

Browse files
authored
0.1.0 (#8)
1 parent cfbab91 commit 44f31a2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cliargs"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
authors = ["Takayuki Sato <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.74.1"

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In `Cargo.toml`, write this crate as a dependency.
1919

2020
```toml
2121
[dependencies]
22-
cliargs = "0.0.0"
22+
cliargs = "0.1.0"
2323
```
2424

2525
## Usage
@@ -118,7 +118,7 @@ See the file LICENSE in this distribution for more details.
118118

119119

120120
[repo-url]: https://github.com/sttk/cliargs-rust
121-
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.0.0-fc8d62?logo=rust
121+
[crateio-img]: https://img.shields.io/badge/crate.io-ver.0.1.0-fc8d62?logo=rust
122122
[crateio-url]: https://crates.io/crates/cliargs
123123
[docrs-img]: https://img.shields.io/badge/doc.rs-cliargs-66c2a5?logo=docs.rs
124124
[docrs-url]: https://docs.rs/cliargs

0 commit comments

Comments
 (0)