File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ $ ing-ynab
3636
3737``` sh
3838$ cp .env.example .env # and customize fields
39- $ docker run --env-file .env docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.1
39+ $ docker run --env-file .env docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.2
4040```
4141
4242### docker-compose
@@ -46,7 +46,7 @@ version: "2.0"
4646
4747services :
4848 ing-ynab :
49- image : docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.1
49+ image : docker.pkg.github.com/bahlo/ing-ynab/ing-ynab:2.0.2
5050 environment :
5151 # Environment variables, see the configuration section
5252```
112112 * `Produktkategorie`: `Web-Server`
1131134. Send the form to the email adress on the last page
114114
115- After a week or two you will get your product id via email.
115+ After a week or two you will get your product id via email.
Original file line number Diff line number Diff line change 11"""
22This module contains only the version.
33"""
4- VERSION = "2.0.1 "
4+ VERSION = "2.0.2 "
You can’t perform that action at this time.
0 commit comments