capitalization

This commit is contained in:
Skyler Lehmkuhl 2024-12-05 14:45:04 -05:00
parent 11c6d47935
commit 69f0aa8c52
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "lightningbeam", "productName": "Lightningbeam",
"version": "0.6.1-alpha", "version": "0.6.1-alpha",
"identifier": "org.lightningbeam.app", "identifier": "org.lightningbeam.app",
"build": { "build": {
@ -11,7 +11,7 @@
"withGlobalTauri": true, "withGlobalTauri": true,
"windows": [ "windows": [
{ {
"title": "lightningbeam", "title": "Lightningbeam",
"width": 1500, "width": 1500,
"height": 1024 "height": 1024
} }