diff --git a/CHANGELOG.md b/CHANGELOG.md index a673b0eb..61884aaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Provider logos. [#55](https://github.com/passepartoutvpn/passepartout-ios/pull/55) +- Country flags. [#56](https://github.com/passepartoutvpn/passepartout-ios/pull/56) ## 1.3.1 Beta 1551 (2019-04-04) diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index 3a81ab1c..5e9daebb 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -260,7 +260,7 @@ public class AppConstants { ), Notice( "Country flags", - "https://github.com/lipis/flag-icon-css" + "The country flags are taken from: https://github.com/lipis/flag-icon-css/" ), Notice( "OpenVPN", diff --git a/README.md b/README.md index d1b174bb..b84a904b 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ By contributing to this project you are agreeing to the terms stated in the [Con The logo is taken from the awesome Circle Icons set by Nick Roach. +The country flags are taken from: + - MBProgressHUD - © 2009-2016 Matej Bukovinski - PIATunnel - © 2018-Present Private Internet Access - SwiftGen - © 2018 SwiftGen