diff --git a/android/app/src/main/kotlin/com/example/nbteditor/MainActivity.kt b/android/app/src/main/kotlin/dev/zontreck/nbteditor/MainActivity.kt similarity index 75% rename from android/app/src/main/kotlin/com/example/nbteditor/MainActivity.kt rename to android/app/src/main/kotlin/dev/zontreck/nbteditor/MainActivity.kt index 7d90517..6f4f5ee 100644 --- a/android/app/src/main/kotlin/com/example/nbteditor/MainActivity.kt +++ b/android/app/src/main/kotlin/dev/zontreck/nbteditor/MainActivity.kt @@ -1,4 +1,4 @@ -package com.example.nbteditor +package dev.zontreck.nbteditor import io.flutter.embedding.android.FlutterActivity diff --git a/linux/CMakeLists.txt b/linux/CMakeLists.txt index c8389ce..f62b791 100644 --- a/linux/CMakeLists.txt +++ b/linux/CMakeLists.txt @@ -7,7 +7,7 @@ project(runner LANGUAGES CXX) set(BINARY_NAME "nbteditor") # The unique GTK application identifier for this application. See: # https://wiki.gnome.org/HowDoI/ChooseApplicationID -set(APPLICATION_ID "com.example.nbteditor") +set(APPLICATION_ID "dev.zontreck.nbteditor") # Explicitly opt in to modern CMake behaviors to avoid warnings with recent # versions of CMake. diff --git a/pubspec.yaml b/pubspec.yaml index 864272f..e8da1a1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: nbteditor description: A Minecraft NBT Editor written in Flutter publish_to: 'none' -version: 0.072124.2231 +version: 0.072124.2257 environment: diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 1fc6cf2..4e63f45 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -89,11 +89,11 @@ BEGIN BEGIN BLOCK "040904e4" BEGIN - VALUE "CompanyName", "com.example" "\0" + VALUE "CompanyName", "dev.zontreck" "\0" VALUE "FileDescription", "nbteditor" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "nbteditor" "\0" - VALUE "LegalCopyright", "Copyright (C) 2023 com.example. All rights reserved." "\0" + VALUE "LegalCopyright", "Copyright (C) 2024 Piccari Creations. All rights reserved." "\0" VALUE "OriginalFilename", "nbteditor.exe" "\0" VALUE "ProductName", "nbteditor" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" diff --git a/wininst.iss b/wininst.iss index 933e15d..51ea89e 100644 --- a/wininst.iss +++ b/wininst.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "NBT Editor" -#define MyAppVersion "1.0.072124.2231" +#define MyAppVersion "1.0.072124.2257" #define MyAppPublisher "Piccari Creations" #define MyAppURL "https://zontreck.com" #define MyAppExeName "nbteditor.exe"