Skip to content

Commit fd8feb8

Browse files
committed
Bump version
1 parent 202e05f commit fd8feb8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

4747
services:
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
```
@@ -112,4 +112,4 @@ Feel free to get in touch: <[email protected]>
112112
* `Produktkategorie`: `Web-Server`
113113
4. 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.

ing_ynab/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
"""
22
This module contains only the version.
33
"""
4-
VERSION = "2.0.1"
4+
VERSION = "2.0.2"

0 commit comments

Comments
 (0)