From 1da30739b997495490cbf9f01870ac19440810f7 Mon Sep 17 00:00:00 2001 From: JCThePants Date: Fri, 20 Aug 2021 19:30:59 -0700 Subject: [PATCH] Increment version v0.5.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 0ae8953..7ee2f0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@mintpond/ref-stratum-firo", - "version": "0.4.1", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 20b2f75..611e51a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mintpond/ref-stratum-firo", - "version": "0.4.1", + "version": "0.5.0", "description": "Firo reference stratum for testing, experimentation, and demonstration.", "main": "index.js", "author": "JCThePants",