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

This commit is contained in:
2026-09-08 19:15:05 +02:00
parent c4c78bbc4c
commit 517816b4d9
4 changed files with 8 additions and 8 deletions
View File
+4 -4
View File
@@ -1,8 +1,8 @@
{ {
"name": "court-pilot", "name": "court-pilot",
"version": "1.1.4", "version": "1.1.5",
"author": "Ionic Framework", "author": "Richard Toth",
"homepage": "https://ionicframework.com/", "homepage": "https://github.com/tricsusz/court-pilot",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ionic serve --host=0.0.0.0", "start": "ionic serve --host=0.0.0.0",
@@ -67,5 +67,5 @@
"karma-jasmine-html-reporter": "~2.1.0", "karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.9.0" "typescript": "~5.9.0"
}, },
"description": "An Ionic project" "description": "Manage court officials"
} }
+3 -3
View File
@@ -1,8 +1,8 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json", "$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "court-pilot", "productName": "Court Pilot",
"mainBinaryName": "court-pilot", "mainBinaryName": "court-pilot",
"version": "1.1.4", "version": "1.1.5",
"identifier": "com.courtpilot.dev", "identifier": "com.courtpilot.dev",
"build": { "build": {
"frontendDist": "../www", "frontendDist": "../www",
@@ -42,7 +42,7 @@
}, },
"createUpdaterArtifacts": true, "createUpdaterArtifacts": true,
"license": "MIT", "license": "MIT",
"licenseFile": "../LICENCE" "licenseFile": "../LICENSE"
}, },
"plugins": { "plugins": {
"updater": { "updater": {
+1 -1
View File
@@ -62,7 +62,7 @@
<ion-col sizeLg="6" pushLg="3"> <ion-col sizeLg="6" pushLg="3">
<ion-item> <ion-item>
<ion-label class="ion-text-center" <ion-label class="ion-text-center"
>{{ 'version' | translate }}: 1.1.4</ion-label >{{ 'version' | translate }}: 1.1.5</ion-label
> >
</ion-item> </ion-item>
</ion-col> </ion-col>