From 3b85c6d513e1825e62362f4b19ba6828643bdb04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Stra=C3=9Fburger?= Date: Mon, 14 Oct 2019 17:01:50 +0200 Subject: [PATCH] :bookmark: bumping 0.3.0, adding @quincylvania to the authors --- AUTHORS | 1 + package.json | 4 ++-- 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 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",