diff --git a/hledger-ui/hledger-ui.cabal b/hledger-ui/hledger-ui.cabal index 0c6e3d755..6dbe423f7 100644 --- a/hledger-ui/hledger-ui.cabal +++ b/hledger-ui/hledger-ui.cabal @@ -3,7 +3,7 @@ -- see: https://github.com/sol/hpack name: hledger-ui -version: 1.0.1 +version: 1.0.2 stability: beta category: Finance, Console synopsis: Curses-style user interface for the hledger accounting tool @@ -55,7 +55,7 @@ executable hledger-ui hs-source-dirs: . ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans - cpp-options: -DVERSION="1.0.1" + cpp-options: -DVERSION="1.0.2" build-depends: hledger >= 1.0.1 , hledger-lib >= 1.0.1 diff --git a/hledger-ui/package.yaml b/hledger-ui/package.yaml index 9db46e62c..9c6bd7284 100644 --- a/hledger-ui/package.yaml +++ b/hledger-ui/package.yaml @@ -1,5 +1,5 @@ name : hledger-ui -version : '1.0.1' +version : '1.0.2' synopsis : Curses-style user interface for the hledger accounting tool description : | This is hledger's curses-style interface. @@ -35,7 +35,7 @@ flags: description: If building with time < 1.5, also depend on old-locale. Set automatically by cabal. manual: false default: false -cpp-options: -DVERSION="1.0.1" +cpp-options: -DVERSION="1.0.2" executables: hledger-ui: source-dirs: .