diff options
author | Michael Straßburger <codepoet@cpan.org> | 2019-10-14 17:01:50 +0200 |
---|---|---|
committer | Michael Straßburger <codepoet@cpan.org> | 2019-10-14 17:01:50 +0200 |
commit | 3b85c6d513e1825e62362f4b19ba6828643bdb04 (patch) | |
tree | 3bf428c4704190db723f1669cc931869a9fad68c | |
parent | a872c0ee6dce0f9887b7e710e5c6383c23800523 (diff) |
:bookmark: bumping 0.3.0, adding @quincylvania to the authorsv0.3.0
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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", |