Skip to content

Commit

Permalink
Release v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianEddy committed Nov 11, 2022
1 parent adb6c12 commit 74d58ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = "telemetry-parser"
version = "0.2.6"
version = "0.2.7"
authors = ["Adrian <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion bin/gyro2bb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gyro2bb"
version = "0.2.6"
version = "0.2.7"
authors = ["Adrian <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion bin/gyro2bb/gyro2bb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use std::sync::{ Arc, atomic::AtomicBool };
use telemetry_parser::*;
use telemetry_parser::tags_impl::*;

/** gyro2bb v0.2.6
/** gyro2bb v0.2.7
Author: Adrian <[email protected]>
Extract gyro data from Sony, GoPro and Insta360 cameras to betaflight blackbox csv log
Expand Down
2 changes: 1 addition & 1 deletion bin/python-module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telemetry-parser-py"
version = "0.2.6"
version = "0.2.7"
authors = ["Adrian <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion bin/wasm-module/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "telemetry-parser-wasm"
version = "0.2.6"
version = "0.2.7"
authors = ["Adrian <[email protected]>"]
edition = "2021"

Expand Down

0 comments on commit 74d58ae

Please sign in to comment.