From 21042ac45c59377d874dbaccb6ecb18ee2444dfd Mon Sep 17 00:00:00 2001 From: Dorian Zedler Date: Sat, 7 Aug 2021 11:29:33 +0200 Subject: [PATCH] Bump version to v1.0.2 --- CodeRacer_MKII/library.json | 4 ++-- doxygen/.gitignore | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CodeRacer_MKII/library.json b/CodeRacer_MKII/library.json index fa1cdb4..3819220 100644 --- a/CodeRacer_MKII/library.json +++ b/CodeRacer_MKII/library.json @@ -1,6 +1,6 @@ { "name": "CoderacerMKII", - "version": "1.0.0", + "version": "1.0.2", "description": "Basic feature library for the CodeRacer", "keywords": "coderacer", "repository": @@ -19,4 +19,4 @@ "license": "GPL-3.0-or-later", "frameworks": "*", "platforms": "*" - } \ No newline at end of file + } diff --git a/doxygen/.gitignore b/doxygen/.gitignore index facb6f8..7bd4f6a 100644 --- a/doxygen/.gitignore +++ b/doxygen/.gitignore @@ -1,3 +1,5 @@ /html/ /latex/ /xml/ +/__pycache__/ +/m.css/