Skip to content

Commit 85eba0e

Browse files
fix: Version to match intent
1 parent 0cce0a0 commit 85eba0e

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

bin/gpu-browser-core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0
8-
* @date Sun Feb 10 2019 22:55:24 GMT-0500 (Eastern Standard Time)
7+
* @version 2.0.0-rc.1
8+
* @date Sun Feb 10 2019 23:00:44 GMT-0500 (Eastern Standard Time)
99
*
1010
* @license MIT
1111
* The MIT License

bin/gpu-browser-core.min.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0
8-
* @date Sun Feb 10 2019 22:55:26 GMT-0500 (Eastern Standard Time)
7+
* @version 2.0.0-rc.1
8+
* @date Sun Feb 10 2019 23:00:46 GMT-0500 (Eastern Standard Time)
99
*
1010
* @license MIT
1111
* The MIT License
@@ -17,8 +17,8 @@
1717
*
1818
* GPU Accelerated JavaScript
1919
*
20-
* @version 2.0.0
21-
* @date Sun Feb 10 2019 22:55:24 GMT-0500 (Eastern Standard Time)
20+
* @version 2.0.0-rc.1
21+
* @date Sun Feb 10 2019 23:00:44 GMT-0500 (Eastern Standard Time)
2222
*
2323
* @license MIT
2424
* The MIT License

bin/gpu-browser.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0
8-
* @date Sun Feb 10 2019 22:55:24 GMT-0500 (Eastern Standard Time)
7+
* @version 2.0.0-rc.1
8+
* @date Sun Feb 10 2019 23:00:44 GMT-0500 (Eastern Standard Time)
99
*
1010
* @license MIT
1111
* The MIT License

bin/gpu-browser.min.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*
55
* GPU Accelerated JavaScript
66
*
7-
* @version 2.0.0
8-
* @date Sun Feb 10 2019 22:55:26 GMT-0500 (Eastern Standard Time)
7+
* @version 2.0.0-rc.1
8+
* @date Sun Feb 10 2019 23:00:46 GMT-0500 (Eastern Standard Time)
99
*
1010
* @license MIT
1111
* The MIT License
@@ -17,8 +17,8 @@
1717
*
1818
* GPU Accelerated JavaScript
1919
*
20-
* @version 2.0.0
21-
* @date Sun Feb 10 2019 22:55:24 GMT-0500 (Eastern Standard Time)
20+
* @version 2.0.0-rc.1
21+
* @date Sun Feb 10 2019 23:00:44 GMT-0500 (Eastern Standard Time)
2222
*
2323
* @license MIT
2424
* The MIT License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gpu.js",
3-
"version": "2.0.0",
3+
"version": "2.0.0-rc.1",
44
"description": "GPU Accelerated JavaScript",
55
"engines": {
66
"node": ">=10.0.0"

0 commit comments

Comments
 (0)