Commit: e32b7767e1899e8d20dce1b8b3f4febf8c83875b Parent: b04a93b49943720edb935feda8a080a157cd4559 Author: Vi Grey Date: 2016-06-10 08:06 UTC Summary: Updated credits CHANGELOG.md | 4 ++++ docs/ignis.1.gz | Bin 1418 -> 1408 bytes ignis/ignis | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c9131..fcc8c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## 1.0.3.3 - 2016-06-10 +### Changed +- Fixed credits in man file + ## 1.0.3.2 - 2016-06-10 ### Changed - "Dev Brush Technology" credits to "Vi Grey" credits in all files diff --git a/docs/ignis.1.gz b/docs/ignis.1.gz index 0a60936..153855b 100644 Binary files a/docs/ignis.1.gz and b/docs/ignis.1.gz differ diff --git a/ignis/ignis b/ignis/ignis index 598be7f..5642386 100755 --- a/ignis/ignis +++ b/ignis/ignis @@ -34,7 +34,7 @@ import termios import threading import tty -VERSION = "1.0.3.2" +VERSION = "1.0.3.3" AUTHOR = "Vi Grey (https://vigrey.com)" HOST = "127.0.0.1" PORT = 9999