Skip to content

Commit

Permalink
chore: bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ev3nvy committed Sep 1, 2023
1 parent 534768e commit b9f01ff
Show file tree
Hide file tree
Showing 3 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 = "rman"
version = "0.2.0"
version = "0.3.0"
authors = ["ev3nvy"]
edition = "2021"
description = "Parser for Riot Manifest file format."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
rman = "0.2"
rman = "0.3"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//!
//! ```toml
//! [dependencies]
//! rman = "0.2"
//! rman = "0.3"
//! ```
//!
//! # Example: parsing a manifest file from path
Expand Down

0 comments on commit b9f01ff

Please sign in to comment.