From 0d5faff85fdd68b20c204610b795a34e71966878 Mon Sep 17 00:00:00 2001 From: Leo Dutra Date: Sat, 27 Nov 2021 19:45:22 -0300 Subject: [PATCH] Update to 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c39e5d7..c611542 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "country-emoji" edition = "2018" -version = "0.1.2" +version = "0.2.0" description = "Converts between country names, ISO 3166-1 codes and flag emojis." readme = "README.md" keywords = ["emoji", "country", "flags", "ISO-3166-1", "BCP-47"]