fix: update version to 4.10.17 and mark subproject as dirty
All checks were successful
Build / increment-version (push) Successful in 6s
Build / build-windows (push) Successful in 7m32s
Build / build-linux (push) Successful in 11m21s
Build / build-android (push) Successful in 26m3s
Build / create-release (push) Successful in 14s

This commit is contained in:
2026-02-20 13:27:21 +11:00
parent fb1430ee59
commit 8739ddd5c4
4 changed files with 4 additions and 4 deletions

2
cinny

Submodule cinny updated: bb6604e819...29b0d8151b

View File

@@ -1,6 +1,6 @@
{ {
"name": "paarrot", "name": "paarrot",
"version": "4.10.2", "version": "4.10.17",
"description": "Yet another matrix client", "description": "Yet another matrix client",
"main": "index.js", "main": "index.js",
"engines": { "engines": {

2
src-tauri/Cargo.lock generated
View File

@@ -3859,7 +3859,7 @@ dependencies = [
[[package]] [[package]]
name = "paarrot" name = "paarrot"
version = "4.10.2" version = "4.10.17"
dependencies = [ dependencies = [
"arboard", "arboard",
"base64 0.22.1", "base64 0.22.1",

View File

@@ -2,7 +2,7 @@
[package] [package]
name = "paarrot" name = "paarrot"
version = "4.10.2" version = "4.10.17"
description = "Yet another matrix client" description = "Yet another matrix client"
authors = ["Ajay Bura"] authors = ["Ajay Bura"]
license = "AGPL-3.0-only" license = "AGPL-3.0-only"