Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
domMayhew committed Feb 15, 2024
1 parent af74e72 commit f06e4da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/utxorpc-client.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: utxorpc-client
version: 0.0.1.0
version: 0.0.1.1
synopsis: An SDK for clients of the UTxO RPC specification.
description: An SDK to reduce boilerplate, improve ease-of-use, and support logging for `utxorpc`.
To get started, see the documentation for `Utxorpc.Client` below.
Expand Down
2 changes: 1 addition & 1 deletion server/utxorpc-server.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: utxorpc-server
version: 0.0.1.0
version: 0.0.1.1
synopsis: An SDK for UTxO RPC services.
description: An SDK to reduce boilerplate, improve ease-of-use, and support logging for `utxorpc`.
To get started, see the documentation for `Utxorpc.Server` below.
Expand Down

0 comments on commit f06e4da

Please sign in to comment.