From e0235828e0dc218806920d018b42e6ef7a620870 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Thu, 7 Jul 2022 10:00:13 -0500 Subject: [PATCH] Version update --- src/ZGoBackend.hs | 2 +- zgo-backend.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ZGoBackend.hs b/src/ZGoBackend.hs index 098c960..e7b157b 100644 --- a/src/ZGoBackend.hs +++ b/src/ZGoBackend.hs @@ -534,7 +534,7 @@ routes pipe db passkey nodeAddress nodeUser nodePwd = do liftIO $ run (deleteOrder oId) status ok200 --- |Make a Zcash RPC call +-- | Make a Zcash RPC call makeZcashCall :: (MonadIO m, FromJSON a) => BS.ByteString diff --git a/zgo-backend.cabal b/zgo-backend.cabal index 46414d7..cbc8fb2 100644 --- a/zgo-backend.cabal +++ b/zgo-backend.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: zgo-backend -version: 0.1.0.1 +version: 0.1.0.2 synopsis: Haskell Back-end for the ZGo point-of-sale application description: Please see the README on GitLab at category: Web @@ -17,7 +17,7 @@ license-file: LICENSE build-type: Simple extra-source-files: README.md - ChangeLog.md + CHANGELOG.md zgo.cfg source-repository head