From d76eaed89681f94d3dc2dd64da2d175f12efa7a5 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Sun, 17 Mar 2024 10:28:09 -0400 Subject: [PATCH] release: 0.4.2 Signed-off-by: Chris Gianelloni --- .bumpversion.toml | 2 +- gen/dotnet/Utxorpc.Spec.csproj | 2 +- gen/haskell/utxorpc.cabal | 2 +- gen/node/package.json | 2 +- gen/rust/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 941afc2..819a3d9 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.4.1" +current_version = "0.4.2" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/gen/dotnet/Utxorpc.Spec.csproj b/gen/dotnet/Utxorpc.Spec.csproj index cbd5868..b5b2cc9 100644 --- a/gen/dotnet/Utxorpc.Spec.csproj +++ b/gen/dotnet/Utxorpc.Spec.csproj @@ -5,7 +5,7 @@ enable enable Utxorpc.Spec - 0.4.1-alpha + 0.4.2-alpha clark@txpipe.io TxPipe LLC diff --git a/gen/haskell/utxorpc.cabal b/gen/haskell/utxorpc.cabal index 8d4ea1a..0c825cb 100644 --- a/gen/haskell/utxorpc.cabal +++ b/gen/haskell/utxorpc.cabal @@ -1,7 +1,7 @@ cabal-version: 3.0 name: utxorpc -version: 0.0.4.1 +version: 0.0.4.2 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: diff --git a/gen/node/package.json b/gen/node/package.json index 5737ba6..9586253 100644 --- a/gen/node/package.json +++ b/gen/node/package.json @@ -1,6 +1,6 @@ { "name": "@utxorpc/spec", - "version": "0.4.1", + "version": "0.4.2", "description": "UTxO RPC auto-generated spec types & stubs", "main": "./lib/index.js", "types": "./lib/index.d.ts", diff --git a/gen/rust/Cargo.toml b/gen/rust/Cargo.toml index 8a62435..e8a7379 100644 --- a/gen/rust/Cargo.toml +++ b/gen/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "utxorpc-spec" -version = "0.4.1" +version = "0.4.2" edition = "2021" description = "Auto-generated structs for the UTxO RPC spec" repository = "https://github.com/utxorpc/spec"