Skip to content

Commit

Permalink
Merge pull request #60 from dan-tw/pre-v1.0.0-release
Browse files Browse the repository at this point in the history
Update version to v1.0.0
  • Loading branch information
dan-tw authored Jul 30, 2024
2 parents bca9e1f + a17de8d commit 40583e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/typescript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorworks/spstypescriptexample",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "The typescript example for consuming the Scalable Pixel Streaming Frontend",
"main": "./src/index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions library/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tensorworks/libspsfrontend",
"version": "1.0.0-rc.3",
"version": "1.0.0",
"description": "The Scalable Pixel Streaming Frontend Library consuming Epic Games' Pixel Streaming Frontend",
"main": "dist/libspsfrontend.min.js",
"module": "dist/libspsfrontend.esm.js",
Expand Down

0 comments on commit 40583e3

Please sign in to comment.