spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit fb6ea1c9fa9163a6cc380780bc7b8efa0069ad78
parent 549c95858683b4bf83671b70a9184e56b94d6ec2
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Tue, 24 Mar 2020 12:25:25 -0700

Update version.

Diffstat:
MREADME.md | 1+
Mindex.html | 2+-
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -22,6 +22,7 @@ Spanish Quizzer currently supports the following vocabulary sets: - Colors (Los Colores) - Days (Los Días) - Months (Los Meses) + - Questions (Las Preguntas) - Weather (La Clima) - Family (La Familia) - Clothes (La Ropa) diff --git a/index.html b/index.html @@ -12,7 +12,7 @@ <body onload="Load()"> <div> - <label id="title" onclick="Load()">Spanish-Quizzer v2.1.0</label> + <label id="title" onclick="Load()">Spanish-Quizzer v2.2.0</label> <noscript> <br/> <label class="error">You must have JavaScript enabled to run Spanish-Quizzer.</label>