Skip to content

Commit

Permalink
chore: release version 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Apr 5, 2024
1 parent 2b1e404 commit d976490
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ EXPOSE 80
ENTRYPOINT ["./tinysta.sh"]
CMD ["run"]

LABEL maintainer="un.def <[email protected]>"
LABEL version="2.2.0"
LABEL maintainer="Dmitry Meyer <[email protected]>"
LABEL version="2.3.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-2020 un.def <[email protected]>
Copyright (c) 2017-2021, 2024 Dmitry Meyer <[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
2 changes: 1 addition & 1 deletion app/init.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
return {
_VERSION = '2.2.0',
_VERSION = '2.3.0',
_DESCRIPTION = 'A storage-less database-less file sharing service powered by OpenResty',
_URL = 'https://github.com/un-def/tinystash',
_LICENSE = 'MIT',
Expand Down

0 comments on commit d976490

Please sign in to comment.