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 - Built with Next.js & React
- Token protected uploading - Token protected uploading
- Image uploading - Image uploading
- Image compression
- Password Protected Uploads - Password Protected Uploads
- URL shortening - URL shortening
- Text uploading - Text uploading

View file

@ -1,6 +1,6 @@
{ {
"name": "zipline", "name": "zipline",
"version": "3.4.8", "version": "3.5.0",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
"dev": "REACT_EDITOR=code NODE_ENV=development tsx src/server", "dev": "REACT_EDITOR=code NODE_ENV=development tsx src/server",
@ -72,4 +72,4 @@
"url": "https://github.com/diced/zipline.git" "url": "https://github.com/diced/zipline.git"
}, },
"packageManager": "yarn@3.2.1" "packageManager": "yarn@3.2.1"
} }