diff --git a/main.py b/main.py index f690803..756e773 100644 --- a/main.py +++ b/main.py @@ -19,7 +19,7 @@ # of gpodder-core, but we might have a different release schedule later on. If # we decide to have parallel releases, we can at least start using this version # to check if the core version is compatible with the QML UI version. -__version__ = '4.0.1' +__version__ = '4.1.0' import sys import os diff --git a/makefile b/makefile index f2f3632..7756eb1 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,5 @@ PROJECT := gpodder-ui-qml -VERSION := 4.0.1 +VERSION := 4.1.0 all: @echo ""