bump version

This commit is contained in:
madomado
2024-05-08 21:39:46 +08:00
parent fd75dc70fc
commit 9dc82c0392
2 changed files with 3 additions and 3 deletions
@@ -1,9 +1,9 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-ui-toolkit
%global commit 28178b0be8fc2c66934da155dee1c6238ecc98c0
%global commit ac66045718f1fe820009d83b820591116fe2c510
%forgemeta
Name: lomiri-ui-toolkit
Version: 1.3.5012
Version: 1.3.5100
Release: 1%{?dist}
Summary: QML components to ease the creation of beautiful applications in QML for Lomiri
@@ -1,4 +1,4 @@
rpm.version(gitlab_tag("19057685"));
if rpm.changed() {
rpm.global("commit", gitlab_commit("19057685"));
rpm.global("commit", gitlab_commit("19057685", "main"));
}