Skip to content

Commit

Permalink
Merge pull request #45 from aviolaris/1.11.x
Browse files Browse the repository at this point in the history
README files updated
  • Loading branch information
aviolaris authored Jul 3, 2023
2 parents 04f24b5 + b182075 commit 91998be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions README.gr.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
[![ci](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml)
[![Pylint](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml/badge.svg)](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml)
[![Coverage Status](https://coveralls.io/repos/github/aviolaris/instaunfollowers/badge.svg?branch=master)](https://coveralls.io/github/aviolaris/instaunfollowers?branch=master)
[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=%23048ebb&logo=github)](https://github.com/aviolaris/instaunfollowers)
[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=%23048ebb&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers)
[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=blue&logo=github)](https://github.com/aviolaris/instaunfollowers)
[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=blue&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers)

[![Served with Gunicorn](https://img.shields.io/badge/Served%20with-Gunicorn-294729?logo=gunicorn&color=2fc051&logoColor=white)](https://gunicorn.org/)
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.md)
[![gr](https://img.shields.io/badge/lang-gr-blue.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.gr.md)

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
[![ci](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml/badge.svg)](https://github.com/aviolaris/instaunfollowers/actions/workflows/ci.yml)
[![Pylint](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml/badge.svg)](https://github.com/aviolaris/InstaUnFollowers/actions/workflows/pylint.yml)
[![Coverage Status](https://coveralls.io/repos/github/aviolaris/instaunfollowers/badge.svg?branch=master)](https://coveralls.io/github/aviolaris/instaunfollowers?branch=master)
[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=%23048ebb&logo=github)](https://github.com/aviolaris/instaunfollowers)
[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=%23048ebb&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers)
[![GitHub Stars](https://img.shields.io/github/stars/aviolaris/instaunfollowers?color=blue&logo=github)](https://github.com/aviolaris/instaunfollowers)
[![Docker Pulls](https://img.shields.io/docker/pulls/aviolaris/instaunfollowers?color=blue&label=pulls&logo=docker&logoColor=white)](https://hub.docker.com/r/aviolaris/instaunfollowers)

[![Served with Gunicorn](https://img.shields.io/badge/Served%20with-Gunicorn-294729?logo=gunicorn&color=2fc051&logoColor=white)](https://gunicorn.org/)
[![en](https://img.shields.io/badge/lang-en-red.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.md)
[![gr](https://img.shields.io/badge/lang-gr-blue.svg)](https://github.com/aviolaris/instaunfollowers/blob/master/README.gr.md)

Expand Down
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Upload folder
UPLOAD_FOLDER = os.path.join(os.getcwd(), 'uploads')
# Current version
CURRENT_VERSION = 'v1.11.7'
CURRENT_VERSION = 'v1.11.8'
# Update needed
UPDATE_NEEDED = bool(update_needed(CURRENT_VERSION, get_latest_version()))

Expand Down

0 comments on commit 91998be

Please sign in to comment.