Skip to content

Commit e49e85a

Browse files
author
Kevin Scott
committed
v0.9.0
1 parent b9941c9 commit e49e85a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.2.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.8.27"
5+
"version": "0.9.0"
66
}

packages/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@upscalerjs/models",
3-
"version": "0.8.27",
3+
"version": "0.9.0",
44
"description": "Neural Network Models for upscalerjs",
55
"keywords": [
66
"image super resolution",

packages/upscalerjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upscaler",
3-
"version": "0.8.27",
3+
"version": "0.9.0",
44
"description": "Increase Image resolution with Tensorflow.js",
55
"main": "dist/cjs/index.js",
66
"module": "dist/esm/index.js",
@@ -58,4 +58,4 @@
5858
"tensor-as-base64": "^0.1.1"
5959
},
6060
"gitHead": "cccae63a0a7aeccaa78d30e55a8e12ec72f5c19f"
61-
}
61+
}

0 commit comments

Comments
 (0)