diff --git a/bumpver.toml b/bumpver.toml index bbdd55a..699eac4 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "0.0.4" +current_version = "0.0.5" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" commit = true tag = true diff --git a/package-lock.json b/package-lock.json index 753f00f..b65c8b9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@podaac/swodlr-common", - "version": "0.0.4", + "version": "0.0.5", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 69922f6..8a6ab84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@podaac/swodlr-common", - "version": "0.0.4", + "version": "0.0.5", "description": "A support library for SWODLR Javascript microservices containing common utilities, models, and JSON schemas", "main": "index.js", "type": "module",