Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Scott committed Jan 23, 2022
1 parent b9941c9 commit e49e85a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.8.27"
"version": "0.9.0"
}
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@upscalerjs/models",
"version": "0.8.27",
"version": "0.9.0",
"description": "Neural Network Models for upscalerjs",
"keywords": [
"image super resolution",
Expand Down
4 changes: 2 additions & 2 deletions packages/upscalerjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upscaler",
"version": "0.8.27",
"version": "0.9.0",
"description": "Increase Image resolution with Tensorflow.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down Expand Up @@ -58,4 +58,4 @@
"tensor-as-base64": "^0.1.1"
},
"gitHead": "cccae63a0a7aeccaa78d30e55a8e12ec72f5c19f"
}
}

0 comments on commit e49e85a

Please sign in to comment.