diff --git a/README.md b/README.md index a0fbd75..78b9197 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - Built with Next.js & React - Token protected uploading - Image uploading +- Image compression - Password Protected Uploads - URL shortening - Text uploading diff --git a/package.json b/package.json index 375922b..1b7c7f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zipline", - "version": "3.4.8", + "version": "3.5.0", "license": "MIT", "scripts": { "dev": "REACT_EDITOR=code NODE_ENV=development tsx src/server", @@ -72,4 +72,4 @@ "url": "https://github.com/diced/zipline.git" }, "packageManager": "yarn@3.2.1" -} +} \ No newline at end of file