diff --git a/CHANGES.md b/CHANGES.md index e7d9c12..2d7f17e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change Log / Release Notes -## 0.14 (Not Yet Released) +## 0.14 (July 30, 2018) ### Bug Fixes diff --git a/src/XMonad/Core.hs b/src/XMonad/Core.hs index ada47bb..2d88f89 100644 --- a/src/XMonad/Core.hs +++ b/src/XMonad/Core.hs @@ -73,7 +73,7 @@ data XState = XState , extensibleState :: !(M.Map String (Either String StateExtension)) -- ^ stores custom state information. -- - -- The module "XMonad.Utils.ExtensibleState" in xmonad-contrib + -- The module "XMonad.Util.ExtensibleState" in xmonad-contrib -- provides additional information and a simple interface for using this. } diff --git a/xmonad.cabal b/xmonad.cabal index e780ae8..fcc1896 100644 --- a/xmonad.cabal +++ b/xmonad.cabal @@ -1,5 +1,5 @@ name: xmonad -version: 0.13 +version: 0.14 homepage: http://xmonad.org synopsis: A tiling window manager description: