summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--package.json4
2 files changed, 3 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 57ab55f..f352b46 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -4,3 +4,4 @@ Michael Straßburger
Christian Paul (https://chrpaul.de)
Jannis R <mail@jannisr.de>
Alexander Zhukov (https://github.com/ZhukovAlexander)
+Quincy Morgan (https://github.com/quincylvania)
diff --git a/package.json b/package.json
index d4f400d..f037607 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "mapscii",
- "version": "0.2.0",
- "description": "Map+Ascii -> MapSCII! Console Map Viewer.",
+ "version": "0.3.0",
+ "description": "MapSCII is a Braille & ASCII world map renderer for your console, based on OpenStreetMap",
"main": "main.js",
"scripts": {
"lint": "eslint src",