diff --git a/Meshtastic Client.xcodeproj/project.pbxproj b/Meshtastic Client.xcodeproj/project.pbxproj
index 851cba29..a95621ba 100644
--- a/Meshtastic Client.xcodeproj/project.pbxproj
+++ b/Meshtastic Client.xcodeproj/project.pbxproj
@@ -641,7 +641,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.16;
+ MARKETING_VERSION = 1.17;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
@@ -668,7 +668,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- MARKETING_VERSION = 1.16;
+ MARKETING_VERSION = 1.17;
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
PRODUCT_NAME = "$(TARGET_NAME)";
SUPPORTS_MACCATALYST = NO;
diff --git a/MeshtasticClient/Info.plist b/MeshtasticClient/Info.plist
index 1dec4fe6..e10f581a 100644
--- a/MeshtasticClient/Info.plist
+++ b/MeshtasticClient/Info.plist
@@ -5,7 +5,7 @@
CFBundleDevelopmentRegion
$(DEVELOPMENT_LANGUAGE)
CFBundleDisplayName
- Meshtastic Client
+ Meshtastic
CFBundleExecutable
$(EXECUTABLE_NAME)
CFBundleIdentifier
diff --git a/MeshtasticClient/Views/Messages/Messages.swift b/MeshtasticClient/Views/Messages/Messages.swift
index f00f32f9..7401c855 100644
--- a/MeshtasticClient/Views/Messages/Messages.swift
+++ b/MeshtasticClient/Views/Messages/Messages.swift
@@ -48,7 +48,7 @@ struct Messages: View {
}
.onReceive(timer) { input in
messageData.load()
- // scrollView.scrollTo(bottomId)
+ // DescrollView.scrollTo(bottomId)
}
.padding(.horizontal)
}