Update version to 2026.7.21

This commit is contained in:
2026-07-26 23:13:26 +02:00
parent bc3d3e88e0
commit 3246dfdcfd
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
# binary + desktop entry. Run `makepkg -si` from the repo root.
pkgname=gitty
pkgver=2026.7.20
pkgver=2026.7.21
pkgrel=1
pkgdesc="A lightweight, modern Git client built with Tauri"
arch=('x86_64')
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "gitty",
"version": "2026.7.20",
"version": "2026.7.21",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "gitty",
"version": "2026.7.20",
"version": "2026.7.21",
"dependencies": {
"@lucide/svelte": "^1.21.0",
"@tailwindcss/vite": "^4.3.1",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "gitty",
"version": "2026.7.20",
"version": "2026.7.21",
"private": true,
"type": "module",
"scripts": {
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Gitty",
"version": "2026.7.20",
"version": "2026.7.21",
"identifier": "com.gitty",
"build": {
"beforeDevCommand": "npm run dev",