Update package version to 2.3.0

This commit is contained in:
drCathieSo.eth
2024-02-05 01:34:19 +08:00
parent 526da93d40
commit c82b3072d7
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "circomlib-ml",
"version": "2.2.0",
"version": "2.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "circomlib-ml",
"version": "2.2.0",
"version": "2.3.0",
"license": "GPL-3.0",
"devDependencies": {
"@types/node": "^18.11.9",

View File

@@ -1,6 +1,6 @@
{
"name": "circomlib-ml",
"version": "2.2.0",
"version": "2.3.0",
"description": "Circuits library for machine learning in circom",
"main": "index.js",
"directories": {