feat(v3.5.0): version
This commit is contained in:
parent
acd0cabdff
commit
9b60147e11
2 changed files with 3 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
- Built with Next.js & React
|
||||
- Token protected uploading
|
||||
- Image uploading
|
||||
- Image compression
|
||||
- Password Protected Uploads
|
||||
- URL shortening
|
||||
- Text uploading
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue