Skip to content

Commit 4451eb5

Browse files
committed
Release 0.8.3
1 parent 2ce4a35 commit 4451eb5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Update the `swiftnav-sys` crate version:
2222

2323
```
2424
cd swiftnav-sys
25-
sed -i 's@version = "0.8.1"@version = "0.8.2"@' Cargo.toml
25+
sed -i 's@version = "0.8.3"@version = "0.8.4"@' Cargo.toml
2626
```
2727

2828
Then release the package:
@@ -36,7 +36,7 @@ Update the `swiftnav` crate version:
3636

3737
```
3838
cd swiftnav
39-
sed -i 's@version = "0.8.1"@version = "0.8.2"@' Cargo.toml
39+
sed -i 's@version = "0.8.3"@version = "0.8.4"@' Cargo.toml
4040
```
4141

4242
Then release the `swiftnav` crate:

swiftnav-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swiftnav-sys"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Swift Navigation <[email protected]>"]
55
edition = "2018"
66
description = "FFI bindings for libswiftnav"

swiftnav/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "swiftnav"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Swift Navigation <[email protected]>"]
55
edition = "2018"
66
description = "GNSS positioning and related utilities"

0 commit comments

Comments
 (0)