diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -86,7 +86,7 @@
 main = do
     mayClo <- execParser opts
     case mayClo of
-      Nothing -> putStrLn "Yi 0.14.0"
+      Nothing -> putStrLn "Yi 0.14.1"
       Just clo -> do
         let openFileActions = intersperse (EditorA newTabE) (map (YiA . openNewFile) (files clo))
             moveLineAction  = YiA $ withCurrentBuffer (lineMoveRel (fromMaybe 0 (startOnLine clo)))
diff --git a/yi.cabal b/yi.cabal
--- a/yi.cabal
+++ b/yi.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           yi
-version:        0.14.0
+version:        0.14.1
 synopsis:       Yi editor
 category:       Yi
 homepage:       https://github.com/yi-editor/yi#readme
@@ -47,10 +47,10 @@
     , microlens-platform >= 0.3.4.0
     , mtl >= 2.2.1
     , optparse-applicative >= 0.13.0.0
-    , yi-core >= 0.14.0
-    , yi-misc-modes >= 0.14.0
-    , yi-mode-haskell >= 0.14.0
-    , yi-mode-javascript >= 0.14.0
+    , yi-core >= 0.14.1
+    , yi-misc-modes >= 0.14.1
+    , yi-mode-haskell >= 0.14.1
+    , yi-mode-javascript >= 0.14.1
     , yi-rope >= 0.7.0.1
   if flag(vty)
     cpp-options: -DVTY
