Skip to content

Commit fe32036

Browse files
committed
Release v0.1.4
1 parent 5e4e1d6 commit fe32036

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telemetry-parser"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

bin/gyro2bb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gyro2bb"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66

bin/gyro2bb/gyro2bb.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use argh::FromArgs;
33

44
use telemetry_parser::*;
55

6-
/** gyro2bb v0.1.3
6+
/** gyro2bb v0.1.4
77
Author: Adrian <[email protected]>
88
99
Extract gyro data from Sony, GoPro and Insta360 cameras to betaflight blackbox csv log

bin/python-module/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "telemetry-parser-py"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
authors = ["Adrian <[email protected]>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)