diff --git a/app/Main.hs b/app/Main.hs
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -29,4 +29,4 @@
   logger
   slate
   style
-  onInit . void $ newBuffer "This is a buffer to get you started!\nYou can also pass command line args to rasa"
+  onInit $ newBuffer "This is a buffer to get you started!\nYou can also pass command line args to rasa"
diff --git a/rasa-example-config.cabal b/rasa-example-config.cabal
--- a/rasa-example-config.cabal
+++ b/rasa-example-config.cabal
@@ -1,8 +1,8 @@
 name: rasa-example-config
-version: 0.1.2
+version: 0.1.3
 cabal-version: >=1.10
 build-type: Simple
-license: MIT
+license: GPL-3
 license-file: LICENSE
 copyright: 2016 Chris Penner
 maintainer: christopher.penner@gmail.com
@@ -21,15 +21,15 @@
     main-is: Main.hs
     build-depends:
         base >=4.8 && <5,
-        rasa >=0.1.7 && <0.2,
-        rasa-ext-views >=0.1.1 && <0.2,
-        rasa-ext-vim >=0.1.3 && <0.2,
-        rasa-ext-style >=0.1.3 && <0.2,
-        rasa-ext-cursors >=0.1.4 && <0.2,
-        rasa-ext-status-bar >=0.1.2 && <0.2,
-        rasa-ext-logger >=0.1.2 && <0.2,
-        rasa-ext-files >=0.1.2 && <0.2,
-        rasa-ext-slate >=0.1.4 && <0.2,
+        rasa >=0.1.9 && <0.2,
+        rasa-ext-views >=0.1.3 && <0.2,
+        rasa-ext-vim >=0.1.5 && <0.2,
+        rasa-ext-style >=0.1.4 && <0.2,
+        rasa-ext-cursors >=0.1.5 && <0.2,
+        rasa-ext-status-bar >=0.1.3 && <0.2,
+        rasa-ext-logger >=0.1.3 && <0.2,
+        rasa-ext-files >=0.1.3 && <0.2,
+        rasa-ext-slate >=0.1.6 && <0.2,
         lens ==4.14.*,
         mtl >=2.2.1 && <2.3
     default-language: Haskell2010
