Skip to content

Commit

Permalink
update version to 0.3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcFontaine committed Dec 31, 2018
1 parent 937f362 commit de0e38a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wsjtx-to-mqtt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion wsjtx-to-mqtt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}:
mkDerivation {
pname = "wsjtx-to-mqtt";
version = "0.1.5.0";
version = "0.3.0.0";
src = ./.;
isLibrary = false;
isExecutable = true;
Expand Down

0 comments on commit de0e38a

Please sign in to comment.