From 5bd690f9bc8fb8401bbae825110f406d2d2647d0 Mon Sep 17 00:00:00 2001
From: "Richard T. Carback III" <rick.carback@gmail.com>
Date: Thu, 1 Feb 2024 21:12:14 +0000
Subject: [PATCH] Bump version to 0.3.12

---
 package.json       | 2 +-
 storage/version.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index f4a36c8..f16d5e1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
     "name": "xxdk-wasm",
-    "version": "0.3.7",
+    "version": "0.3.12",
     "description": "WebAssembly bindings for xxDK.",
     "main": "index.ts",
     "directories": {
diff --git a/storage/version.go b/storage/version.go
index e5e9f65..fcbfc79 100644
--- a/storage/version.go
+++ b/storage/version.go
@@ -21,7 +21,7 @@ import (
 )
 
 // SEMVER is the current semantic version of xxDK WASM.
-const SEMVER = "0.3.6"
+const SEMVER = "0.3.12"
 
 // Storage keys.
 const (
-- 
GitLab