From 549efa8b8cc3353e0e85fdc854338e8021a73e5d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 01:54:25 +0000 Subject: [PATCH] bump version to 0.0.7 --- bumpver.toml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bumpver.toml b/bumpver.toml index 7e7a380..53a14f9 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.6" +current_version = "0.0.7" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/package-lock.json b/package-lock.json index f1395e5..e574a6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@podaac/swodlr-common", - "version": "0.0.6", + "version": "0.0.7", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 845e8d0..5ff2306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podaac/swodlr-common", - "version": "0.0.6", + "version": "0.0.7", "description": "A support library for SWODLR Javascript microservices containing common utilities, models, and JSON schemas", "main": "index.js", "type": "module",