diff --git a/README.md b/README.md index 7968141..f39a11f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ wsjtx-to-mqtt `wsjtx-to-mqtt` is a small UDP server that listens for incoming UDP packages from WSJT-X. It supports several modes of operations: -* `wsjtx-to-mqtt forward` : forward UDP packages to a MQTT server (0.1.5.0 does not support MQTT on Windows) +* `wsjtx-to-mqtt forward` : forward UDP packages to a MQTT server (0.3.0.0 does not support MQTT on Windows) * `wsjtx-to-mqtt dumpWsjtx --format DumpText` : print incoming packages in a text format * `wsjtx-to-mqtt dumpWsjtx --format DumpJSON` : print packages in JSON * `wsjtx-to-mqtt showConfig` : print a template for the config file diff --git a/wsjtx-to-mqtt.cabal b/wsjtx-to-mqtt.cabal index b94e11c..dfbc664 100644 --- a/wsjtx-to-mqtt.cabal +++ b/wsjtx-to-mqtt.cabal @@ -3,7 +3,7 @@ synopsis: a bridge between WSJTX and the MQTT protocol description: A bridge between WSJTX and the MQTT protocol. -version: 0.1.5.0 +version: 0.3.0.0 license: BSD3 license-file: LICENSE author: Marc Fontaine diff --git a/wsjtx-to-mqtt.nix b/wsjtx-to-mqtt.nix index be31364..823be02 100644 --- a/wsjtx-to-mqtt.nix +++ b/wsjtx-to-mqtt.nix @@ -5,7 +5,7 @@ }: mkDerivation { pname = "wsjtx-to-mqtt"; - version = "0.1.5.0"; + version = "0.3.0.0"; src = ./.; isLibrary = false; isExecutable = true;