Skip to content

Commit 2c6c89f

Browse files
Tweak version script (#233)
* Update scripts * Update script * Updated version to 0.10.0 for UpscalerJS, Examples and Root * Updated version to 0.11.0 for UpscalerJS, Examples and Root * Finalize script * Update changelog
1 parent d12f102 commit 2c6c89f

File tree

19 files changed

+87
-38
lines changed

19 files changed

+87
-38
lines changed

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "basic",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {

examples/comparisons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comparisons",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of the different models of UpscalerJS",
55
"main": "index.js",
66
"scripts": {

examples/models/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"last 1 safari version"
2929
]
3030
},
31-
"version": "0.10.0"
31+
"version": "0.11.0"
3232
}

examples/nodejs-custom-model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs-custom-model",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of Node.js usage of UpscalerJS with a local custom model",
55
"author": "Kevin Scott",
66
"license": "MIT",

examples/nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodejs",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of Node.js usage of UpscalerJS",
55
"author": "Kevin Scott",
66
"license": "MIT",

examples/patch-sizes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
"last 1 safari version"
3131
]
3232
},
33-
"version": "0.10.0"
33+
"version": "0.11.0"
3434
}

examples/progress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "progress",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of upscale progress with UpscalerJS",
55
"main": "index.js",
66
"scripts": {

examples/react-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"last 1 safari version"
3030
]
3131
},
32-
"version": "0.10.0"
32+
"version": "0.11.0"
3333
}

examples/tensor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tensor",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of basic usage of UpscalerJS",
55
"main": "index.js",
66
"scripts": {

examples/upload/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upload",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Demonstration of uploading an image to UpscalerJS",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)