Skip to content

Commit

Permalink
release: 0.4.3
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Gianelloni <wolf31o2@blinklabs.io>
  • Loading branch information
wolf31o2 committed Mar 17, 2024
1 parent 17f7a36 commit e9ea121
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.4.2"
current_version = "0.4.3"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion gen/dotnet/Utxorpc.Spec.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<PackageId>Utxorpc.Spec</PackageId>
<Version>0.4.2-alpha</Version>
<Version>0.4.3-alpha</Version>
<Authors>clark@txpipe.io</Authors>
<Company>TxPipe LLC</Company>
<PackageDescription>
Expand Down
2 changes: 1 addition & 1 deletion gen/haskell/utxorpc.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.0

name: utxorpc
version: 0.0.4.2
version: 0.0.4.3
synopsis: A gRPC interface for UTxO Blockchains
description: [UTxO]((https://utxorpc.org/) RPC (u5c for short) is an interface tailored for interactions with UTxO-based blockchains, prioritizing performance and developer experience. By providing a common contract, a range of SDKs, and thorough documentation, UTxO RPC aims to facilitate:

Expand Down
2 changes: 1 addition & 1 deletion gen/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utxorpc/spec",
"version": "0.4.2",
"version": "0.4.3",
"description": "UTxO RPC auto-generated spec types & stubs",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion gen/rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "utxorpc-spec"
version = "0.4.2"
version = "0.4.3"
edition = "2021"
description = "Auto-generated structs for the UTxO RPC spec"
repository = "https://github.com/utxorpc/spec"
Expand Down

0 comments on commit e9ea121

Please sign in to comment.