Skip to content

Commit

Permalink
Bump version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmagno committed Aug 20, 2023
1 parent 083517d commit e24c6b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 = "crab-dlna"
version = "0.1.2"
version = "0.2.0"
authors = ["Gabriel Magno <[email protected]>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gabrielmagno/crab-dlna"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add `crab-dlna` and `tokio` to your dependencies:
```toml
[dependencies]
tokio = { version = "1", features = ["full"] }
crab-dlna = "0.1.2"
crab-dlna = "0.2"
```

### Example: discover and list devices
Expand Down

0 comments on commit e24c6b4

Please sign in to comment.