feat(v3.5.0): version

This commit is contained in:
diced 2022-08-16 15:25:44 -07:00
parent acd0cabdff
commit 9b60147e11
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,7 @@
- Built with Next.js & React
- Token protected uploading
- Image uploading
- Image compression
- Password Protected Uploads
- URL shortening
- Text uploading

View file

@ -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",