From e55de43409e049d59347193a0b6b80a63bed7030 Mon Sep 17 00:00:00 2001 From: "Brian J. Miller" Date: Wed, 5 Apr 2023 13:05:43 -0500 Subject: [PATCH] Release 3.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb8d10d..b1f82fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@rusticisoftware/cmi5", - "version": "3.1.0", + "version": "3.2.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 42a58a7..7325a51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@rusticisoftware/cmi5", - "version": "3.1.0", + "version": "3.2.0", "description": "A JavaScript library implementing the cmi5 specification for AUs during runtime.", "repository": "https://github.com/RusticiSoftware/cmi5.js", "license": "Apache-2.0",