Skip to content

Commit 89c7533

Browse files
author
E.S. Rosenberg a.k.a. Keeper of the Keys
committed
Version numbers bumped
1 parent b031713 commit 89c7533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# of gpodder-core, but we might have a different release schedule later on. If
2020
# we decide to have parallel releases, we can at least start using this version
2121
# to check if the core version is compatible with the QML UI version.
22-
__version__ = '4.6.0'
22+
__version__ = '4.8.0'
2323

2424
import sys
2525
import os

Diff for: makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PROJECT := gpodder-ui-qml
2-
VERSION := 4.6.0
2+
VERSION := 4.8.0
33

44
all:
55
@echo ""

0 commit comments

Comments
 (0)