Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
517816b4d9 | ||
|
|
c4c78bbc4c | ||
|
|
8190c3264f | ||
|
|
5c85a1dcfb | ||
|
|
d0a89fe1da | ||
|
|
12fa701798 | ||
|
|
bdd0812d2d | ||
|
|
03c3952863 | ||
|
|
e5de41d963 |
+4
-4
@@ -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,8 +1,8 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
|
||||
"productName": "court-pilot",
|
||||
"mainBinaryName": "Court Pilot",
|
||||
"version": "1.1.4",
|
||||
"productName": "Court Pilot",
|
||||
"mainBinaryName": "court-pilot",
|
||||
"version": "1.1.5",
|
||||
"identifier": "com.courtpilot.dev",
|
||||
"build": {
|
||||
"frontendDist": "../www",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user