Version update

This commit is contained in:
Rene Vergara 2022-07-07 10:00:13 -05:00
parent 485ff5f526
commit e0235828e0
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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 <https://gitlab.com/pitmutt/zgo-backend#readme>
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