From eaf3d135933c0e2930cf264987097edadb7007a4 Mon Sep 17 00:00:00 2001 From: Vitaliy Zarubin Date: Tue, 5 Nov 2024 20:40:21 +0300 Subject: [PATCH] Update version. --- README.md | 4 ++-- data/ui/dialogs/AboutDialog.ui | 2 +- docs/install.md | 4 ++-- meson.build | 2 +- src/base/constants/AppConstants.js | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5cadf02..dbf8347 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ### Subscribe and like! -[![Releases DEB](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/keygenqt/aurora-toolbox/releases/latest&query=assets[1][download_count]&label=Releases%20DEB&color=BE8731&logo=github&prefix=0.0.11%20(&suffix=))](https://github.com/keygenqt/aurora-toolbox/releases) -[![Releases RPM](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/keygenqt/aurora-toolbox/releases/latest&query=assets[0][download_count]&label=Releases%20RPM&color=040404&logo=github&prefix=0.0.11%20(&suffix=))](https://github.com/keygenqt/aurora-toolbox/releases) +[![Releases DEB](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/keygenqt/aurora-toolbox/releases/latest&query=assets[1][download_count]&label=Releases%20DEB&color=BE8731&logo=github&prefix=0.0.12%20(&suffix=))](https://github.com/keygenqt/aurora-toolbox/releases) +[![Releases RPM](https://img.shields.io/badge/dynamic/json?url=https://api.github.com/repos/keygenqt/aurora-toolbox/releases/latest&query=assets[0][download_count]&label=Releases%20RPM&color=040404&logo=github&prefix=0.0.12%20(&suffix=))](https://github.com/keygenqt/aurora-toolbox/releases) ![Preview](https://raw.githubusercontent.com/keygenqt/aurora-toolbox/refs/heads/main/files/images/preview_telegram.png) diff --git a/data/ui/dialogs/AboutDialog.ui b/data/ui/dialogs/AboutDialog.ui index d0e7742..c89ae2b 100644 --- a/data/ui/dialogs/AboutDialog.ui +++ b/data/ui/dialogs/AboutDialog.ui @@ -4,7 +4,7 @@ floating com.keygenqt.aurora-toolbox Aurora Toolbox - 0.0.11 + 0.0.12 © 2024 KeyGenQt https://github.com/keygenqt/aurora-toolbox/issues Vitaliy Zarubin diff --git a/docs/install.md b/docs/install.md index 7e9a817..3425b65 100644 --- a/docs/install.md +++ b/docs/install.md @@ -14,14 +14,14 @@ hide: Установка на примере дистрибутива Ubuntu, но так же доступен rpm пакет, который можно установит примерно так: ```shell - sudo rpm -i aurora-toolbox_0.0.11-1_x86_64.rpm + sudo rpm -i aurora-toolbox_0.0.12-1_x86_64.rpm ``` #### Install ```shell -sudo dpkg -i aurora-toolbox_0.0.11-1_amd64.deb +sudo dpkg -i aurora-toolbox_0.0.12-1_amd64.deb ``` #### Update/Install dependency diff --git a/meson.build b/meson.build index 8cd57f7..c43da97 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # Define our project project( 'aurora-toolbox', - version: '0.0.11', + version: '0.0.12', license: ['Apache 2.0'], meson_version: '>= 0.59.0', default_options: ['cpp_std=c++17', 'cpp_rtti=false', 'cpp_eh=none', diff --git a/src/base/constants/AppConstants.js b/src/base/constants/AppConstants.js index f39cdc3..1e9a44e 100644 --- a/src/base/constants/AppConstants.js +++ b/src/base/constants/AppConstants.js @@ -17,7 +17,7 @@ import GLib from 'gi://GLib'; export const AppConstants = Object.freeze({ App: { - version: '0.0.11', + version: '0.0.12', doc: 'https://keygenqt.github.io/aurora-toolbox/', docInstall: 'https://keygenqt.github.io/aurora-toolbox/install/', latestRelease: 'https://api.github.com/repos/keygenqt/aurora-toolbox/releases/latest',