From 7ff0f36338c319c9ba7bc567492936d190955c90 Mon Sep 17 00:00:00 2001 From: skullY Date: Mon, 1 Jul 2019 01:41:12 -0700 Subject: [PATCH] Update the readme so people know what they're looking at. --- README.md | 2 +- qmk_cli/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6345bfa..d8214a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # QMK CLI -A program to help users work with QMK +A program to help users work with [QMK Firmware](https://qmk.fm/). # Features diff --git a/qmk_cli/__init__.py b/qmk_cli/__init__.py index 83f216b..7045b48 100644 --- a/qmk_cli/__init__.py +++ b/qmk_cli/__init__.py @@ -1,3 +1,3 @@ """A program to help you work with qmk_firmware.""" -__version__ = '0.0.3' +__version__ = '0.0.4'