Skip to content

Commit

Permalink
Release version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Apr 26, 2020
1 parent d60627d commit ab0c985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ ENTRYPOINT ["./tinysta.sh"]
CMD ["run"]

LABEL maintainer="un.def <[email protected]>"
LABEL version="2.1.0"
LABEL version="2.2.0"
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017-2019 un.def <[email protected]>
Copyright (c) 2017-2020 un.def <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions app/init.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
_VERSION = '2.1.0',
_DESCRIPTION = 'A storage-less/database-less filesharing via Telegram bot',
_VERSION = '2.2.0',
_DESCRIPTION = 'A storage-less database-less file sharing service powered by OpenResty',
_URL = 'https://github.com/un-def/tinystash',
_LICENSE = 'MIT',
}

0 comments on commit ab0c985

Please sign in to comment.