bump version

This commit is contained in:
Dave Horton
2023-02-13 21:37:12 -05:00
parent 0a85aae84f
commit 35e140f69e
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "verb-specifications", "name": "verb-specifications",
"version": "0.0.1", "version": "0.0.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "verb-specifications", "name": "verb-specifications",
"version": "0.0.1", "version": "0.0.2",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"pino": "^8.8.0" "pino": "^8.8.0"

View File

@@ -1,6 +1,6 @@
{ {
"name": "verb-specifications", "name": "verb-specifications",
"version": "0.0.1", "version": "0.0.2",
"description": "Jambonz Verb Specification Utilities", "description": "Jambonz Verb Specification Utilities",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {