From 55377e9a04618191cb2ad447198dfb2217831c0b Mon Sep 17 00:00:00 2001 From: Julian B Date: Fri, 20 Oct 2023 00:22:48 +0200 Subject: [PATCH] version bump --- CHIA-RPC/CHIA-RPC.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHIA-RPC/CHIA-RPC.csproj b/CHIA-RPC/CHIA-RPC.csproj index 262c733..795f3c8 100644 --- a/CHIA-RPC/CHIA-RPC.csproj +++ b/CHIA-RPC/CHIA-RPC.csproj @@ -7,7 +7,7 @@ enable AnyCPU;x64 CHIA-RPC library - 2.1.1.1 + 2.1.1.2 KryptoMine.ch, Julian Bechtold KryptoMine.ch CHIA-RPC is a C# Nuget package that simplifies communication with the Chia client using RPC-JSON files. The package offers a wrapper for creating RPC objects and accessing RPC JSON via .ToString() or file I/O. It can be used with the HTTP-API, WebSocket API, or CLI of the Chia client.