From f4f38bd73a9c1bce46ca09eeb9e0f80753597959 Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sat, 27 Mar 2021 08:07:33 +0100 Subject: [PATCH] Fix #130 --- .../Assets/CountryPickerView.bundle/Data/CountryCodes.json | 2 +- Package.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json b/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json index 2a589dc..64fa9c8 100755 --- a/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json +++ b/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json @@ -20,7 +20,7 @@ "code": "DZ" }, { -"name": "AmericanSamoa", +"name": "American Samoa", "dial_code": "+1684", "code": "AS" }, diff --git a/Package.swift b/Package.swift index da46a8e..2c410c1 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.0 +// swift-tools-version:5.3 import PackageDescription let package = Package(