mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 22:49:28 -07:00
chore: release 2.1.0-rc.3
This commit is contained in:
parent
f3863918d6
commit
1e9aff5f3f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "doipjs",
|
"name": "doipjs",
|
||||||
"version": "2.1.0-rc.2",
|
"version": "2.1.0-rc.3",
|
||||||
"description": "Decentralized Online Identity Proofs library in Node.js",
|
"description": "Decentralized Online Identity Proofs library in Node.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"packageManager": "npm@10.9.0",
|
"packageManager": "npm@10.9.0",
|
||||||
|
|
|
@ -22,4 +22,4 @@ limitations under the License.
|
||||||
* doip.js library version
|
* doip.js library version
|
||||||
* @constant {string}
|
* @constant {string}
|
||||||
*/
|
*/
|
||||||
export const version = '2.1.0-rc.2'
|
export const version = '2.1.0-rc.3'
|
||||||
|
|
Loading…
Reference in a new issue