Skip to content

Commit

Permalink
0.1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk authored Jun 6, 2024
1 parent cfbab91 commit 44f31a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cliargs"
version = "0.0.0"
version = "0.1.0"
authors = ["Takayuki Sato <[email protected]>"]
edition = "2021"
rust-version = "1.74.1"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In `Cargo.toml`, write this crate as a dependency.

```toml
[dependencies]
cliargs = "0.0.0"
cliargs = "0.1.0"
```

## Usage
Expand Down Expand Up @@ -118,7 +118,7 @@ See the file LICENSE in this distribution for more details.


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

0 comments on commit 44f31a2

Please sign in to comment.