Bump version to v1.0.2
This commit is contained in:
parent
be5b4e79cc
commit
21042ac45c
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "CoderacerMKII",
|
"name": "CoderacerMKII",
|
||||||
"version": "1.0.0",
|
"version": "1.0.2",
|
||||||
"description": "Basic feature library for the CodeRacer",
|
"description": "Basic feature library for the CodeRacer",
|
||||||
"keywords": "coderacer",
|
"keywords": "coderacer",
|
||||||
"repository":
|
"repository":
|
||||||
|
|
2
doxygen/.gitignore
vendored
2
doxygen/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
||||||
/html/
|
/html/
|
||||||
/latex/
|
/latex/
|
||||||
/xml/
|
/xml/
|
||||||
|
/__pycache__/
|
||||||
|
/m.css/
|
||||||
|
|
Loading…
Reference in a new issue