🔖 Update version

This commit is contained in:
Vladislav Nepogodin 2021-10-23 19:48:16 +04:00
parent 2a344cc8f6
commit 29e72e32ac
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9
5 changed files with 7 additions and 7 deletions

View File

@ -27,7 +27,7 @@ pkg_check_modules(
FetchContent_Declare(fmt
GIT_REPOSITORY "https://github.com/fmtlib/fmt.git"
GIT_TAG "2742611cad4aee6b1a5638bd1ebf132908f4a3d9"
GIT_TAG "3b6e409cd8573f63e4acad7717d9082bd898ec87"
)
FetchContent_MakeAvailable(fmt)

View File

@ -11,7 +11,7 @@
"ui_path": "/usr/share/cachyos-hello/ui/cachyos-hello.glade",
"style_path": "/usr/share/cachyos-hello/ui/style.css",
"urls": {
"development": "https://gitlab.com/cachyos",
"development": "https://github.com/cachyos",
"discover": "https://discover.manjaro.org/",
"donate": "https://cachyos.org/donate",
"facebook": "https://www.facebook.com/CachyOSLinux",

View File

@ -1,5 +1,5 @@
project('cachyos-hello', 'cpp',
version: '0.6.8',
version: '0.6.9',
license: 'GPLv3',
meson_version: '>=0.55.0',
default_options: ['cpp_std=c++17',

View File

@ -1,8 +1,8 @@
[wrap-git]
url = https://github.com/fmtlib/fmt.git
revision = 2742611cad4aee6b1a5638bd1ebf132908f4a3d9
revision = 3b6e409cd8573f63e4acad7717d9082bd898ec87
patch_directory = fmt
[provide]
fmt = fmt_dep
fmt = fmt_dep

View File

@ -600,8 +600,8 @@ We, the CachyOS Developers, hope that you will enjoy using CachyOS as much as we
<property name="program-name">CachyOS Hello</property>
<property name="version">0.6.8</property>
<property name="comments" translatable="yes">Welcome screen for CachyOS</property>
<property name="website">https://gitlab.com/cachyos/cachyos-hello</property>
<property name="website-label">GitLab</property>
<property name="website">https://github.com/cachyos/cachyos-welcome</property>
<property name="website-label">GitHub</property>
<property name="authors">Hugo Posnic
Johnathan Jenkins
Frede Hundewadt