chore: release 2.1.0-rc.1

This commit is contained in:
Yarmo Mackenbach 2024-11-18 09:54:51 +01:00
parent 95a08fe464
commit 8aaebe5e35
No known key found for this signature in database
GPG key ID: C248C28D432560ED
6 changed files with 6 additions and 6 deletions

View file

@ -6002,7 +6002,7 @@ var doipFetchers = (function (exports) {
* doip.js library version
* @constant {string}
*/
const version = '2.0.1';
const version = '2.1.0-rc.1';
/*
Copyright 2022 Yarmo Mackenbach

File diff suppressed because one or more lines are too long

View file

@ -5988,7 +5988,7 @@ var doipFetchers = (function (exports) {
* doip.js library version
* @constant {string}
*/
const version = '2.0.1';
const version = '2.1.0-rc.1';
/*
Copyright 2022 Yarmo Mackenbach

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
{
"name": "doipjs",
"version": "2.0.1",
"version": "2.1.0-rc.1",
"description": "Decentralized Online Identity Proofs library in Node.js",
"type": "module",
"main": "./src/index.js",

View file

@ -22,4 +22,4 @@ limitations under the License.
* doip.js library version
* @constant {string}
*/
export const version = '2.0.1'
export const version = '2.1.0-rc.1'