diff --git a/src/stomp.nim b/src/stomp.nim index 14b3e22..ae3831c 100644 --- a/src/stomp.nim +++ b/src/stomp.nim @@ -58,7 +58,7 @@ import uri const - VERSION = "0.1.2" ## The current program version. + VERSION = "0.1.3" ## The current program version. NULL = "\x00" ## The NULL character. CR = "\r" ## The carriage return character. CRLF = "\r\n" ## Carriage return + Line feed (EOL). diff --git a/stomp.nimble b/stomp.nimble index 105edd0..2b81c08 100644 --- a/stomp.nimble +++ b/stomp.nimble @@ -1,7 +1,7 @@ # Package -version = "0.1.2" +version = "0.1.3" author = "Mahlon E. Smith " description = "A pure-nim implementation of the STOMP protocol for machine messaging." license = "MIT"