Get library and packaging versioning in line.

This commit is contained in:
Mahlon E. Smith 2021-04-04 16:12:19 -07:00
parent 833aab3000
commit 0b542f5445
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ import
uri uri
const const
VERSION = "0.1.2" ## The current program version. VERSION = "0.1.3" ## The current program version.
NULL = "\x00" ## The NULL character. NULL = "\x00" ## The NULL character.
CR = "\r" ## The carriage return character. CR = "\r" ## The carriage return character.
CRLF = "\r\n" ## Carriage return + Line feed (EOL). CRLF = "\r\n" ## Carriage return + Line feed (EOL).

View file

@ -1,7 +1,7 @@
# Package # Package
version = "0.1.2" version = "0.1.3"
author = "Mahlon E. Smith <mahlon@martini.nu>" author = "Mahlon E. Smith <mahlon@martini.nu>"
description = "A pure-nim implementation of the STOMP protocol for machine messaging." description = "A pure-nim implementation of the STOMP protocol for machine messaging."
license = "MIT" license = "MIT"