diff --git a/Config.xcconfig b/Config.xcconfig index c16290e..5c1c55e 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -6,7 +6,7 @@ // VERSION = 1.6 -BUILD = 55 +BUILD = 56 // Configuration settings file format documentation can be found at: // https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project diff --git a/ShhShell/Host/HostsManager.swift b/ShhShell/Host/HostsManager.swift index 455fa22..a12cd8f 100644 --- a/ShhShell/Host/HostsManager.swift +++ b/ShhShell/Host/HostsManager.swift @@ -199,7 +199,7 @@ class HostsManager: ObservableObject, @unchecked Sendable { withAnimation { hosts[index] = updateHostWithNewID } saveHosts() } else { - withAnimation { hosts.append(updatedHost) }slack + withAnimation { hosts.append(updatedHost) } } }