diff --git a/packages/s3-store/README.md b/packages/s3-store/README.md index 24e7ef02..b6b74b3b 100644 --- a/packages/s3-store/README.md +++ b/packages/s3-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 package, currently in beta at `1.0.0-beta.4`. +> Make sure to use the new package, currently in beta at `1.0.0-beta.5`. ## Contents diff --git a/packages/s3-store/package.json b/packages/s3-store/package.json index 07f2e617..a4252a1a 100644 --- a/packages/s3-store/package.json +++ b/packages/s3-store/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@tus/s3-store", - "version": "1.0.0-beta.4", + "version": "1.0.0-beta.5", "description": "AWS S3 store for @tus/server", "main": "dist/index.js", "types": "dist/index.d.ts",