Skip to content

Commit d10f932

Browse files
author
Kevin Scott
committed
Updating CDN && example versions
1 parent eb05ed9 commit d10f932

File tree

12 files changed

+23
-23
lines changed

12 files changed

+23
-23
lines changed

examples/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

examples/comparisons/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comparisons",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of the different models of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

examples/models/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^16.13.1",
99
"react-dom": "^16.13.1",
1010
"react-scripts": "^4.0.2",
11-
"upscaler": "0.8.21"
11+
"upscaler": "0.8.22"
1212
},
1313
"scripts": {
1414
"start": "react-scripts start",
@@ -31,5 +31,5 @@
3131
"last 1 safari version"
3232
]
3333
},
34-
"version": "0.8.21"
34+
"version": "0.8.22"
3535
}

examples/patch-sizes/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react-input-range": "^1.3.0",
1111
"react-scripts": "^4.0.2",
1212
"tensor-as-base64": "^0.1.1",
13-
"upscaler": "0.8.21"
13+
"upscaler": "0.8.22"
1414
},
1515
"scripts": {
1616
"start": "PORT=1234 react-scripts start",
@@ -33,5 +33,5 @@
3333
"last 1 safari version"
3434
]
3535
},
36-
"version": "0.8.21"
36+
"version": "0.8.22"
3737
}

examples/progress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "progress",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of upscale progress with UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

examples/react-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-dom": "^16.13.1",
1010
"react-dropzone": "^11.0.2",
1111
"react-scripts": "^4.0.2",
12-
"upscaler": "0.8.21"
12+
"upscaler": "0.8.22"
1313
},
1414
"scripts": {
1515
"start": "react-scripts start",
@@ -32,5 +32,5 @@
3232
"last 1 safari version"
3333
]
3434
},
35-
"version": "0.8.21"
35+
"version": "0.8.22"
3636
}

examples/tensor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensor",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

examples/upload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of uploading an image to UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

examples/warmup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "warmup",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of warming up UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

examples/webcam/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webcam",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Demonstration of webcam usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@tensorflow/tfjs": "2.8.6",
18-
"upscaler": "0.8.21"
18+
"upscaler": "0.8.22"
1919
},
2020
"browserslist": {
2121
"production": [

0 commit comments

Comments
 (0)