diff --git a/examples/basic/package.json b/examples/basic/package.json index 66a17743f..1a87dc9d7 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -1,6 +1,6 @@ { "name": "basic", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/comparisons/package.json b/examples/comparisons/package.json index c8f3cb979..d387adb6d 100644 --- a/examples/comparisons/package.json +++ b/examples/comparisons/package.json @@ -1,6 +1,6 @@ { "name": "comparisons", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of the different models of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/models/package.json b/examples/models/package.json index 5f3a35c9f..7755fa1b1 100644 --- a/examples/models/package.json +++ b/examples/models/package.json @@ -8,7 +8,7 @@ "react": "^16.13.1", "react-dom": "^16.13.1", "react-scripts": "^4.0.2", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "scripts": { "start": "react-scripts start", @@ -31,5 +31,5 @@ "last 1 safari version" ] }, - "version": "0.8.21" + "version": "0.8.22" } \ No newline at end of file diff --git a/examples/patch-sizes/package.json b/examples/patch-sizes/package.json index f195c33fe..7c504409b 100644 --- a/examples/patch-sizes/package.json +++ b/examples/patch-sizes/package.json @@ -10,7 +10,7 @@ "react-input-range": "^1.3.0", "react-scripts": "^4.0.2", "tensor-as-base64": "^0.1.1", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "scripts": { "start": "PORT=1234 react-scripts start", @@ -33,5 +33,5 @@ "last 1 safari version" ] }, - "version": "0.8.21" + "version": "0.8.22" } \ No newline at end of file diff --git a/examples/progress/package.json b/examples/progress/package.json index 8edbd47d4..77d6e7fa2 100644 --- a/examples/progress/package.json +++ b/examples/progress/package.json @@ -1,6 +1,6 @@ { "name": "progress", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of upscale progress with UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/react-demo/package.json b/examples/react-demo/package.json index f2c26e0f6..dcc82fd9b 100644 --- a/examples/react-demo/package.json +++ b/examples/react-demo/package.json @@ -9,7 +9,7 @@ "react-dom": "^16.13.1", "react-dropzone": "^11.0.2", "react-scripts": "^4.0.2", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "scripts": { "start": "react-scripts start", @@ -32,5 +32,5 @@ "last 1 safari version" ] }, - "version": "0.8.21" + "version": "0.8.22" } \ No newline at end of file diff --git a/examples/tensor/package.json b/examples/tensor/package.json index 7cc5d8bf4..0509debe1 100644 --- a/examples/tensor/package.json +++ b/examples/tensor/package.json @@ -1,6 +1,6 @@ { "name": "tensor", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of basic usage of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/upload/package.json b/examples/upload/package.json index e441e6a9a..d9ee3fe62 100644 --- a/examples/upload/package.json +++ b/examples/upload/package.json @@ -1,6 +1,6 @@ { "name": "upload", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of uploading an image to UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/warmup/package.json b/examples/warmup/package.json index 551928de7..73574444c 100644 --- a/examples/warmup/package.json +++ b/examples/warmup/package.json @@ -1,6 +1,6 @@ { "name": "warmup", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of warming up UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/webcam/package.json b/examples/webcam/package.json index ddc5b5431..c486e0343 100644 --- a/examples/webcam/package.json +++ b/examples/webcam/package.json @@ -1,6 +1,6 @@ { "name": "webcam", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of webcam usage of UpscalerJS", "main": "index.js", "scripts": { @@ -15,7 +15,7 @@ }, "dependencies": { "@tensorflow/tfjs": "2.8.6", - "upscaler": "0.8.21" + "upscaler": "0.8.22" }, "browserslist": { "production": [ diff --git a/examples/webworker/package.json b/examples/webworker/package.json index 0dd727dfe..19ee3e42c 100644 --- a/examples/webworker/package.json +++ b/examples/webworker/package.json @@ -1,6 +1,6 @@ { "name": "webworker", - "version": "0.8.21", + "version": "0.8.22", "description": "Demonstration of webworker integration with UpscalerJS", "main": "index.js", "scripts": { @@ -28,6 +28,6 @@ "dependencies": { "@tensorflow/tfjs": "2.8.6", "tensor-as-base64": "^0.1.1", - "upscaler": "0.8.21" + "upscaler": "0.8.22" } } \ No newline at end of file diff --git a/packages/upscalerjs/src/constants.ts b/packages/upscalerjs/src/constants.ts index eb40366e9..e09cdbc3d 100644 --- a/packages/upscalerjs/src/constants.ts +++ b/packages/upscalerjs/src/constants.ts @@ -2,4 +2,4 @@ This is an autogenerated file. See scripts/pin-cdn.js for more information. *****/ -export const ROOT = 'https://unpkg.com/@upscalerjs/models@0.8.21' +export const ROOT = 'https://unpkg.com/@upscalerjs/models@0.8.22';