Compare commits

..

1 Commits

Author SHA1 Message Date
GitHub Actions
0b7817638e chore: bump version to 4.10.3 [skip ci] 2026-02-21 06:54:49 +00:00
3 changed files with 8 additions and 15 deletions

View File

@@ -64,14 +64,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
with:
submodules: false
submodules: recursive
ref: ${{ github.ref_name }}
- name: Checkout submodules manually
shell: powershell
run: |
git submodule update --init --recursive
- name: Pull latest (after version bump)
if: github.ref == 'refs/heads/main'
shell: powershell

View File

@@ -48,7 +48,6 @@
"category": "Network;InstantMessaging",
"icon": "icons/icon.png",
"desktop": {
"entry": {
"Name": "Paarrot",
"GenericName": "Matrix Client",
"Comment": "A Matrix client built with Cinny",
@@ -56,7 +55,6 @@
"Keywords": "matrix;chat;messaging;",
"StartupWMClass": "paarrot"
}
}
},
"appImage": {
"license": "AGPL-3.0",

View File

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