Skip to content

Commit a17de8d

Browse files
committed
update version to v1.0.0
1 parent bca9e1f commit a17de8d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

examples/typescript/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorworks/spstypescriptexample",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "The typescript example for consuming the Scalable Pixel Streaming Frontend",
55
"main": "./src/index.ts",
66
"scripts": {

library/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tensorworks/libspsfrontend",
3-
"version": "1.0.0-rc.3",
3+
"version": "1.0.0",
44
"description": "The Scalable Pixel Streaming Frontend Library consuming Epic Games' Pixel Streaming Frontend",
55
"main": "dist/libspsfrontend.min.js",
66
"module": "dist/libspsfrontend.esm.js",

0 commit comments

Comments
 (0)