diff --git a/developers-hub/intmax-client-sdk/overview.md b/developers-hub/intmax-client-sdk/overview.md index f5c7f1c..c2217cf 100644 --- a/developers-hub/intmax-client-sdk/overview.md +++ b/developers-hub/intmax-client-sdk/overview.md @@ -8,7 +8,7 @@ description: The INTMAX Client SDK provides a secure, high-performance interface The INTMAX Client SDK provides a secure, high-performance interface for interacting with the INTMAX network. Built with WebAssembly for optimized cryptographic processing, the SDK abstracts complex blockchain operations into a developer-friendly API that handles the complete transaction lifecycle—from creation and signing to broadcasting. This documentation covers the SDK's core functionality, available functions, and interface specifications to help developers build secure blockchain wallet integrations with confidence. -**Latest Version**: `1.5.0` +**Latest Version**: `1.5.2` **Check out the INTMAX Client SDK on GitHub** diff --git a/package.json b/package.json index 8c6b353..808bec9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "intmax2-docs", - "version": "1.0.14", + "version": "1.0.15", "license": "MIT", "description": "Documentation for INTMAX2", "scripts": {