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",