Skip to content

Commit da1f740

Browse files
committed
1 parent b68458f commit da1f740

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nearly any other cloud provider could easily be added to tus-node-server
2020

2121
> 👉 **Note**: since 1.0.0 packages are split and published under the `@tus` scope.
2222
> The old package, `tus-node-server`, is considered unstable and will only receive security fixes.
23-
> Make sure to use the new packages (currently in beta).
23+
> Make sure to use the new packages.
2424
2525
## Contents
2626

packages/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 👉 **Note**: since 1.0.0 packages are split and published under the `@tus` scope.
44
> The old package, `tus-node-server`, is considered unstable and will only receive security fixes.
5-
> Make sure to use the new package, currently in beta at `1.0.0-beta.7`.
5+
> Make sure to use the new package.
66
77
## Contents
88

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tus/server",
4-
"version": "1.0.0-beta.7",
4+
"version": "1.0.0",
55
"description": "Tus resumable upload protocol in Node.js",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)