Skip to content

Commit

Permalink
Move to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aguinet committed Apr 1, 2024
1 parent abba703 commit f9a10c5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v1.1.0

* Update sanic to 23.12.1 (LTS)
* Update vulnerable npm packages

# v1.0.0

Initial public release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ secsend (e.g. file size limit).
Then, run secsend with docker:

```
# docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.0.0
# docker run --env-file docker.env -p 8000:80 -v /path/to/data/storage:/data aguinet/secsend:v1.1.0
```

`/path/to/data/storage` will contain the uploaded files and associated metadata.
Expand Down
4 changes: 2 additions & 2 deletions __version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__version__ = "1.0.0"
__version__ = "1.1.0"
__author__ = "Adrien Guinet"
__author_email__ = "adrien@guinet.me"
__copyright__ = "Copyright 2022 Adrien Guinet"
__copyright__ = "Copyright 2024 Adrien Guinet"
__url__ = "http://github.com/aguinet/secsend"
__license__ = "GPL"
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "secsend",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit f9a10c5

Please sign in to comment.