Skip to content

Commit

Permalink
Version 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Jul 17, 2020
1 parent cde7faa commit a105bee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = "archlinux-repo"
version = "0.1.1"
version = "0.1.2"
authors = ["Aleksei Arsenev <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Arch Linux repository parser
## Usage
```toml
[dependencies]
archlinux-repo = "0.1.1"
archlinux-repo = "0.1.2"
```

```rust
Expand Down
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "archlinux-repo-parser"
version = "0.1.1"
version = "0.1.2"
authors = ["Aleksei Arsenev <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Arch Linux repository package definitions parser
## Usage
```toml
[dependencies]
archlinux-repo-parser = "0.1.1"
archlinux-repo-parser = "0.1.2"
```

```rust
Expand Down

0 comments on commit a105bee

Please sign in to comment.