aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralyx <alyx@aleteoryx.me>2022-06-02 18:14:07 +0000
committerAleteoryx <alyx@aleteoryx.me>2022-06-02 18:14:07 +0000
commit128614a1fa9eaafed8b732775fbaf926e468b577 (patch)
tree5d1450848b6b47e08d5deb95434ff0a4f5180e99
parent2a782772a81a0f2577494f25cd3bed26ce6e3d32 (diff)
downloadRRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.tar.gz
RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.tar.bz2
RRCUtils-128614a1fa9eaafed8b732775fbaf926e468b577.zip
Credits
-rw-r--r--index.html10
-rw-r--r--pwathings/appver.json2
2 files changed, 10 insertions, 2 deletions
diff --git a/index.html b/index.html
index 0b0ac52..e17e8e5 100644
--- a/index.html
+++ b/index.html
@@ -39,7 +39,8 @@
<li>Built a proper homepage.</li>
<ul>
<li>Revamped the install code.</li>
- <li>Added Changelog</li>
+ <li>Added Changelog.</li>
+ <li>Added a credits section.</li>
</ul>
<li>Continued work on type inference logic.</li>
<ul>
@@ -49,5 +50,12 @@
</ul>
</article>
</section>
+ <h2>Credits:</h2>
+ <p>Though I've tried to keep as much of this codebase my own as possible,
+ CV2Utils depends on the following projects:</p>
+ <ul>
+ <li><a href="https://usiconic.com/open">Open Iconic - Various Icons</a></li>
+ <li><a href="https://fusejs.io">fuse.js - Searching through the JSON</a></li>
+ </ul>
</body>
</html> \ No newline at end of file
diff --git a/pwathings/appver.json b/pwathings/appver.json
index 86d3e31..1e7105d 100644
--- a/pwathings/appver.json
+++ b/pwathings/appver.json
@@ -1,3 +1,3 @@
{
- "ver": 3
+ "ver": 4
} \ No newline at end of file