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",
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
|
|
2
doxygen/.gitignore
vendored
2
doxygen/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
/html/
|
||||
/latex/
|
||||
/xml/
|
||||
/__pycache__/
|
||||
/m.css/
|
||||
|
|
Loading…
Reference in a new issue