diff --git a/LICENCE b/LICENSE similarity index 100% rename from LICENCE rename to LICENSE diff --git a/package.json b/package.json index 0a210d6..221128c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "court-pilot", - "version": "1.1.4", - "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" } diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ccf7c0a..28fda51 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,8 +1,8 @@ { "$schema": "../node_modules/@tauri-apps/cli/config.schema.json", - "productName": "court-pilot", + "productName": "Court Pilot", "mainBinaryName": "court-pilot", - "version": "1.1.4", + "version": "1.1.5", "identifier": "com.courtpilot.dev", "build": { "frontendDist": "../www", @@ -42,7 +42,7 @@ }, "createUpdaterArtifacts": true, "license": "MIT", - "licenseFile": "../LICENCE" + "licenseFile": "../LICENSE" }, "plugins": { "updater": { diff --git a/src/app/tab3/tab3.page.html b/src/app/tab3/tab3.page.html index 4bae55b..c6c28ac 100644 --- a/src/app/tab3/tab3.page.html +++ b/src/app/tab3/tab3.page.html @@ -62,7 +62,7 @@ {{ 'version' | translate }}: 1.1.4{{ 'version' | translate }}: 1.1.5