diff --git a/bumpver.toml b/bumpver.toml index 2c72f80..0519578 100644 --- a/bumpver.toml +++ b/bumpver.toml @@ -1,5 +1,5 @@ [bumpver] -current_version = "1.0.1-rc0" +current_version = "1.0.1-rc1" version_pattern = "MAJOR.MINOR.PATCH[-TAGNUM]" pre_commit_hook = "scripts/npm-version.sh" commit = true diff --git a/package-lock.json b/package-lock.json index e200167..17e2ed2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "swodlr-user-notify", - "version": "1.0.1-rc0", + "version": "1.0.1-rc1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "swodlr-user-notify", - "version": "1.0.1-rc0", + "version": "1.0.1-rc1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-sesv2": "^3.385.0", diff --git a/package.json b/package.json index 23130f9..416a54f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swodlr-user-notify", - "version": "1.0.1-rc0", + "version": "1.0.1-rc1", "description": "", "main": "index.js", "type": "module",