Skip to content

Commit 5457e5d

Browse files
committed
Release v5.0.4
1 parent 6ffb931 commit 5457e5d

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

c/include/libsbp/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
/** Protocol minor version. */
2626
#define SBP_MINOR_VERSION 0
2727
/** Protocol patch version. */
28-
#define SBP_PATCH_VERSION 3
28+
#define SBP_PATCH_VERSION 4
2929

3030
/** Full SBP version string. */
31-
#define SBP_VERSION "5.0.4-alpha"
31+
#define SBP_VERSION "5.0.4"
3232

3333
/** Is this a staging branch? */
3434
#define SBP_STAGING 0

haskell/sbp.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sbp
2-
version: 5.0.3-alpha
2+
version: 5.0.4
33
synopsis: SwiftNav's SBP Library
44
homepage: https://github.com/swift-nav/libsbp
55
license: MIT
@@ -173,4 +173,4 @@ test-suite test
173173
, tasty
174174
, tasty-hunit
175175
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
176-
default-language: Haskell2010
176+
default-language: Haskell2010

javascript/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.4-alpha
1+
5.0.4

jsonschema/MsgFileioReadDirResp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"type": "object",
1818
"properties": {
1919
"sequence": {"type": "integer"},
20-
"contents": {"type": "array", "items": {"type": "integer"}}
20+
"contents": {"type": "string"}
2121
},
2222
"required": [
2323
"sequence",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbp",
3-
"version": "5.0.4-alpha",
3+
"version": "5.0.4",
44
"description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/",
55
"files": [
66
"javascript/*",

python/sbp/RELEASE-VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.3
1+
5.0.4

rust/sbp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp"
10-
version = "5.0.4-alpha"
10+
version = "5.0.4"
1111
description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation"
1212
authors = ["Swift Navigation <[email protected]>"]
1313
repository = "https://github.com/swift-nav/libsbp"

rust/sbp2json/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
[package]
99
name = "sbp2json"
10-
version = "5.0.4-alpha"
10+
version = "5.0.4-unreleased"
1111
repository = "https://github.com/swift-nav/libsbp"
1212
description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools"
1313
authors = ["Swift Navigation <[email protected]>"]

0 commit comments

Comments
 (0)