From 7de050c2960d491dfc1f51c1d97343dd328378ab Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 28 Aug 2024 15:54:34 -0400 Subject: [PATCH] update readme to monero-project v0.18.3.4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5034979cf..b94e14e84 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Monero TypeScript Library -A TypeScript library for creating Monero applications using RPC and WebAssembly bindings to [monero v0.18.3.3 'Fluorine Fermi'](https://github.com/monero-project/monero/tree/v0.18.3.3). +A TypeScript library for creating Monero applications using RPC and WebAssembly bindings to [monero v0.18.3.4 'Fluorine Fermi'](https://github.com/monero-project/monero/tree/v0.18.3.4). * Supports client-side wallets in Node.js and the browser using WebAssembly. * Supports wallet and daemon RPC clients.