Skip to content

Commit

Permalink
Adjust version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Marshall committed Aug 18, 2022
1 parent 5a393d5 commit 46eefc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion world_countries.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- World Countries (ISO 3166)
-- SQL Table | v1.1.2 (2022)
-- SQL Table | v1.1.0 (2022)
-- https://github.com/ccmars/world-data

DROP TABLE IF EXISTS `world_countries`;
Expand Down
2 changes: 1 addition & 1 deletion world_currencies.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- World Currencies (ISO 4217)
-- SQL Table | v2.1.1 (2022)
-- SQL Table | v2.1.0 (2022)
-- https://github.com/ccmars/world-data

DROP TABLE IF EXISTS `world_currencies`;
Expand Down
2 changes: 1 addition & 1 deletion world_languages.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- World Languages (ISO 639)
-- SQL Table | v1.1.3 (2022)
-- SQL Table | v1.1.0 (2022)
-- https://github.com/ccmars/world-data

DROP TABLE IF EXISTS `world_languages`;
Expand Down

0 comments on commit 46eefc9

Please sign in to comment.