diff options
| -rw-r--r-- | Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Info.plist b/Info.plist index b4a34d654..d844ba858 100644 --- a/Info.plist +++ b/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleExecutable</key> <string>SpaghettiKart</string> <key>CFBundleGetInfoString</key> - <string>0.1.0</string> + <string>1.0.0</string> <key>CFBundleIconFile</key> <string>SpaghettiKart.icns</string> <key>CFBundleIdentifier</key> @@ -22,11 +22,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.1.0</string> + <string>1.0.0</string> <key>CFBundleSignature</key> <string>ZMM</string> <key>CFBundleVersion</key> - <string>0.1.0</string> + <string>1.0.0</string> <key>NSHumanReadableCopyright</key> <string>Copyright 2024 HarbourMasters.</string> <key>LSApplicationCategoryType</key> |
