Skip to content

Commit 737aef9

Browse files
chore(release): 0.1.1
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e522bec commit 737aef9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.SRCINFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = plasma-ion-meteireann
22
pkgdesc = Met Éireann weather ion for the KDE Plasma weather widget
3-
pkgver = 0.1.0
3+
pkgver = 0.1.1
44
pkgrel = 1
55
install = plasma-ion-meteireann.install
66
arch = x86_64

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
cmake_minimum_required(VERSION 3.16)
55

6-
set(PROJECT_VERSION "0.1.0")
6+
set(PROJECT_VERSION "0.1.1")
77
project(plasma-ion-meteireann VERSION ${PROJECT_VERSION})
88

99
set(QT_MIN_VERSION "6.10.0")

PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Maintainer: Alysson Souza e Silva <alysson@ll9.com.br>
55

66
pkgname=plasma-ion-meteireann
7-
pkgver=0.1.0
7+
pkgver=0.1.1
88
pkgrel=1
99
pkgdesc="Met Éireann weather ion for the KDE Plasma weather widget"
1010
arch=('x86_64')

0 commit comments

Comments
 (0)