bump version

This commit is contained in:
Doug Bird 2017-12-13 22:51:41 -08:00
parent 661c061011
commit 70c62b5913
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "tld-enum", "name": "tld-enum",
"version": "1.0.4", "version": "1.0.5",
"description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets", "description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets",
"main": "formats/js/tld-enum.js", "main": "formats/js/tld-enum.js",
"repository": { "repository": {
@ -29,4 +29,4 @@
"request": "^2.83.0", "request": "^2.83.0",
"tmp": "0.0.33" "tmp": "0.0.33"
} }
} }