11 Commits
Author SHA1 Message Date
tothbt a24632d7ba fix snap version number 2026-09-08 21:25:08 +02:00
tothbt 1f13d70192 fix executable name 2026-09-08 20:49:34 +02:00
tothbt 517816b4d9 release 1.1.5
Build and Release Court Pilot / draft (push) Canceled after 0s
Build and Release Court Pilot / windows (push) Canceled after 0s
Build and Release Court Pilot / snap (push) Canceled after 0s
Build and Release Court Pilot / publish (push) Canceled after 0s
2026-09-08 19:15:05 +02:00
tothbt c4c78bbc4c fix typo 2026-09-08 09:50:00 +02:00
tothbt 8190c3264f add missing windows things 2026-09-07 21:51:55 +02:00
tothbt 5c85a1dcfb add missing windows things 2026-09-07 21:32:36 +02:00
tothbt d0a89fe1da add missing windows things 2026-09-07 20:49:24 +02:00
tothbt 12fa701798 add missing windows things 2026-09-07 20:28:14 +02:00
tothbt bdd0812d2d add missing windows things 2026-09-07 20:21:06 +02:00
tothbt 03c3952863 fix executable name 2026-09-07 20:06:24 +02:00
tothbt e5de41d963 fix executable name 2026-09-07 19:50:51 +02:00
4 changed files with 8 additions and 8 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
{
"name": "court-pilot",
"version": "1.1.3",
"author": "Ionic Framework",
"homepage": "https://ionicframework.com/",
"version": "1.1.5",
"author": "Richard Toth",
"homepage": "https://github.com/tricsusz/court-pilot",
"scripts": {
"ng": "ng",
"start": "ionic serve --host=0.0.0.0",
@@ -67,5 +67,5 @@
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.0"
},
"description": "An Ionic project"
"description": "Manage court officials"
}
+1 -1
View File
@@ -12,7 +12,7 @@ license: MIT
base: core24
icon: snap/gui/court-pilot.png
version: '1.1.4'
version: '1.1.5'
summary: Badminton umpire rotation application
+2 -2
View File
@@ -1,8 +1,8 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "court-pilot",
"mainBinaryName": "Court Pilot",
"version": "1.1.4",
"mainBinaryName": "court-pilot",
"version": "1.1.5",
"identifier": "com.courtpilot.dev",
"build": {
"frontendDist": "../www",
+1 -1
View File
@@ -62,7 +62,7 @@
<ion-col sizeLg="6" pushLg="3">
<ion-item>
<ion-label class="ion-text-center"
>{{ 'version' | translate }}: 1.1.4</ion-label
>{{ 'version' | translate }}: 1.1.5</ion-label
>
</ion-item>
</ion-col>