From f7b3b15247416049e341c6a80b40fa861efe469f Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Tue, 9 Feb 2021 14:37:06 -0800 Subject: [PATCH] Bumped the package in the last PR on accident --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b73898..0b23acd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "as-bind", "description": "Isomorphic library to handle passing high-level data structures between AssemblyScript and JavaScript 🤝🚀", - "version": "0.6.0", + "version": "0.5.0", "main": "dist/as-bind.cjs.js", "module": "dist/as-bind.esm.js", "iife": "dist/as-bind.iife.js",