From 07ae74db7385d6d1be981d929f2f2f2b7e6b8449 Mon Sep 17 00:00:00 2001 From: abalabahaha Date: Tue, 10 Oct 2023 05:23:29 +0000 Subject: [PATCH] chore: release 0.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e89fbb7..7dfb9d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opusscript", - "version": "0.1.0", + "version": "0.1.1", "description": "JS bindings for libopus 1.4, ported with emscripten", "main": "index.js", "types": "index.d.ts",