Skip to content

Commit 29b72b2

Browse files
committed
Bump to 1.1.1
1 parent 4e65c72 commit 29b72b2

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v1.1.1
2+
3+
* CLI: update cryptography and requests
4+
15
# v1.1.0
26

37
* Update sanic to 23.12.1 (LTS)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ secsend (e.g. file size limit).
6767
Then, run secsend with docker:
6868

6969
```
70-
# docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.1.0
70+
# docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.1.1
7171
```
7272

7373
`/path/to/data/storage` will contain the uploaded files and associated metadata.

__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.1.0"
1+
__version__ = "1.1.1"
22
__author__ = "Adrien Guinet"
33
__author_email__ = "[email protected]"
44
__copyright__ = "Copyright 2024 Adrien Guinet"

webapp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "secsend",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)