diff --git a/packages/gcs-store/README.md b/packages/gcs-store/README.md index 9d19ce3e..fee92e85 100644 --- a/packages/gcs-store/README.md +++ b/packages/gcs-store/README.md @@ -2,7 +2,7 @@ > 👉 **Note**: since 1.0.0 packages are split and published under the `@tus` scope. > The old package, `tus-node-server`, is considered unstable and will only receive security fixes. -> Make sure to use the new packages, currently in beta at `1.0.0-beta.3`. +> Make sure to use the new packages. ## Contents diff --git a/packages/gcs-store/package.json b/packages/gcs-store/package.json index 9179d4d8..4fe95c8c 100644 --- a/packages/gcs-store/package.json +++ b/packages/gcs-store/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@tus/gcs-store", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta", "description": "Google Cloud Storage for @tus/server", "main": "dist/index.js", "types": "dist/index.d.ts",