The file /Users/neog/Apps/macOS/NEOGHub/NEOGCommand/Modules/Settings/SettingsView.swift has been updated. Here's the result of running `cat -n` on a snippet of the edited file: 56→ Section("Services") { 57→ ServicePortsView() 58→ } 59→ 60→ Section("About") { 61→ HStack { 62→ Text("NEOG Command") 63→ .font(.headline) 64→ Spacer() 65→ Text("v1.2.0") 66→ .foregroundStyle(.secondary) 67→ } 68→ 69→ HStack { 70→ Text("Ecosystem") 71→ Spacer()