diff --git a/sdks/typescript/packages/sdk/README.md b/sdks/typescript/packages/sdk/README.md index 613c565aaf..884c2a9262 100644 --- a/sdks/typescript/packages/sdk/README.md +++ b/sdks/typescript/packages/sdk/README.md @@ -2,8 +2,6 @@ ### Overview -> NOTE: This SDK is currently in Release Candidate stage and tied to SpacetimeDB `v1.0.0-rc1`. Expect breaking changes in the future. - This repository contains the TypeScript SDK for SpacetimeDB. The SDK allows to interact with the database server and is prepared to work with code generated from a SpacetimeDB backend code. ### Installation diff --git a/sdks/typescript/packages/sdk/package.json b/sdks/typescript/packages/sdk/package.json index 077ba98d1f..a4e3dddc78 100644 --- a/sdks/typescript/packages/sdk/package.json +++ b/sdks/typescript/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@clockworklabs/spacetimedb-sdk", - "version": "1.0.0-rc1.0", + "version": "1.0.0", "description": "SDK for SpacetimeDB", "author": { "name": "Clockwork Labs", diff --git a/sdks/typescript/packages/test-app/package.json b/sdks/typescript/packages/test-app/package.json index 5a5c23760c..107df9feec 100644 --- a/sdks/typescript/packages/test-app/package.json +++ b/sdks/typescript/packages/test-app/package.json @@ -1,7 +1,7 @@ { "name": "@clockworklabs/test-app", "private": true, - "version": "0.0.3-rc1.0", + "version": "0.0.0", "type": "module", "files": [ "src"