Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
un-def committed Jun 25, 2019
1 parent 88f416b commit 8e956ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ENTRYPOINT ["/usr/local/openresty/bin/openresty"]
CMD ["-c", "config/nginx.conf", "-p", "."]

LABEL maintainer="un.def <[email protected]>"
LABEL version="1.0.0"
LABEL version="2.0.0"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ᵗⁱⁿʸ[stash]

[![version](https://img.shields.io/github/tag/un-def/tinystash.svg?maxAge=3600&style=flat-square&label=version)](https://github.com/un-def/tinystash/releases)
[![license](https://img.shields.io/github/license/un-def/tinystash.svg?maxAge=3600&style=flat-square)](https://github.com/un-def/tinystash/blob/master/LICENSE)
[![license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/un-def/tinystash/blob/master/LICENSE)
[![Docker pulls](https://img.shields.io/docker/pulls/un1def/tinystash.svg?maxAge=3600&style=flat-square)](https://hub.docker.com/r/un1def/tinystash/)

A storage-less, database-less, \_\_\_\_\_\_\_\_-less filesharing. Send anything to [@tinystash_bot][tinystash_bot] [Telegram][telegram] bot. Get an opaque http link. Share it.
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 = '1.1.0-dev',
_VERSION = '2.0.0',
_DESCRIPTION = 'A storage-less/database-less filesharing via Telegram bot',
_URL = 'https://github.com/un-def/tinystash',
_LICENSE = 'MIT',
Expand Down

0 comments on commit 8e956ae

Please sign in to comment.