From 6e7ce776fc299b604f471fecd421001744cfe478 Mon Sep 17 00:00:00 2001 From: Matt Woodward Date: Thu, 14 Dec 2023 21:37:07 +1100 Subject: [PATCH] I give up, doing it by hand --- c/include/libsbp/version.h | 4 ++-- haskell/sbp.cabal | 2 +- javascript/sbp/RELEASE-VERSION | 2 +- package-lock.json | 4 ++-- package.json | 2 +- python/sbp/RELEASE-VERSION | 2 +- rust/sbp/Cargo.toml | 2 +- rust/sbp2json/Cargo.toml | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/c/include/libsbp/version.h b/c/include/libsbp/version.h index 7446216a9..9d95c9b6b 100644 --- a/c/include/libsbp/version.h +++ b/c/include/libsbp/version.h @@ -25,10 +25,10 @@ /** Protocol minor version. */ #define SBP_MINOR_VERSION 0 /** Protocol patch version. */ -#define SBP_PATCH_VERSION 4 +#define SBP_PATCH_VERSION 3 /** Full SBP version string. */ -#define SBP_VERSION "5.0.5-alpha" +#define SBP_VERSION "5.0.4-alpha" /** Is this a staging branch? */ #define SBP_STAGING 0 diff --git a/haskell/sbp.cabal b/haskell/sbp.cabal index c76ab0fe4..c236b67d9 100644 --- a/haskell/sbp.cabal +++ b/haskell/sbp.cabal @@ -1,5 +1,5 @@ name: sbp -version: 5.0.5-alpha +version: 5.0.4-alpha synopsis: SwiftNav's SBP Library homepage: https://github.com/swift-nav/libsbp license: MIT diff --git a/javascript/sbp/RELEASE-VERSION b/javascript/sbp/RELEASE-VERSION index 499671933..a8a5353f8 100644 --- a/javascript/sbp/RELEASE-VERSION +++ b/javascript/sbp/RELEASE-VERSION @@ -1 +1 @@ -5.0.5-alpha \ No newline at end of file +5.0.4-alpha \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 749b65e4c..3f8e21563 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sbp", - "version": "5.0.4-alpha", + "version": "5.0.5-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sbp", - "version": "5.0.4-alpha", + "version": "5.0.5-alpha", "license": "MIT", "dependencies": { "binary-parser": "^1.7.0", diff --git a/package.json b/package.json index f8f4ab1a8..16188f283 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sbp", - "version": "5.0.4-alpha", + "version": "5.0.5-alpha", "description": "libsbp bindings for JavaScript. More information here: http://swift-nav.github.io/libsbp/", "files": [ "javascript/*", diff --git a/python/sbp/RELEASE-VERSION b/python/sbp/RELEASE-VERSION index 499671933..a8a5353f8 100644 --- a/python/sbp/RELEASE-VERSION +++ b/python/sbp/RELEASE-VERSION @@ -1 +1 @@ -5.0.5-alpha \ No newline at end of file +5.0.4-alpha \ No newline at end of file diff --git a/rust/sbp/Cargo.toml b/rust/sbp/Cargo.toml index 4c39803f4..4dfb26396 100644 --- a/rust/sbp/Cargo.toml +++ b/rust/sbp/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "sbp" -version = "5.0.5-alpha" +version = "5.0.4-alpha" description = "Rust native implementation of SBP (Swift Binary Protocol) for communicating with devices made by Swift Navigation" authors = ["Swift Navigation "] repository = "https://github.com/swift-nav/libsbp" diff --git a/rust/sbp2json/Cargo.toml b/rust/sbp2json/Cargo.toml index 5487f56e4..35c00a00b 100644 --- a/rust/sbp2json/Cargo.toml +++ b/rust/sbp2json/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "sbp2json" -version = "5.0.5-alpha" +version = "5.0.4-alpha" repository = "https://github.com/swift-nav/libsbp" description = "Rust native implementation of SBP (Swift Binary Protocol) to JSON conversion tools" authors = ["Swift Navigation "]