Skip to content

Commit 6c96592

Browse files
committed
bump version to 0.8.0
1 parent 090b6a5 commit 6c96592

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "owl_patch"
33
description = "Rust SDK for Rebel Technology Owl2/3 devices"
4-
version = "0.7.0"
4+
version = "0.8.0"
55
edition = "2021"
66
authors = ["Peter Smith <peter@orukusaki.co.uk>"]
77
license = "MIT OR Apache-2.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ rustup target add thumbv7em-none-eabihf
4242
3. Create a new binary package using Cargo, and add this repo as a dependency:
4343
```toml
4444
[dependencies]
45-
owl_patch = "0.7.0"
45+
owl_patch = "0.8.0"
4646
```
4747
It is also a good idea to add this to your Cargo.toml:
4848
```toml

examples/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)