From 856d39c544aa5c101a5d1ebd01ee7d930b543f1a Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Tue, 4 Oct 2016 13:45:53 -0400
Subject: [PATCH] Bumping development version to 1.0.3

---
 CHANGELOG.md         | 4 ++++
 lib/kiss/app_info.rb | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 528a282..9aa8f62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## 1.0.3
+
+
+
 ## 1.0.2
 
 * Fixed a bug where bytes were not written to the serial stream correctly.
diff --git a/lib/kiss/app_info.rb b/lib/kiss/app_info.rb
index 86b2f33..1533f71 100644
--- a/lib/kiss/app_info.rb
+++ b/lib/kiss/app_info.rb
@@ -1,3 +1,3 @@
 module Kiss
-    VERSION = "1.0.2"
+    VERSION = "1.0.3"
 end
-- 
GitLab