Skip to content

Commit 3bcaaad

Browse files
committed
Bump to 1.2.0
1 parent 5a9bd58 commit 3bcaaad

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zelosant",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"scripts": {
55
"dev": "vite dev",
66
"build": "vite build",

src/component/page/Credits.svelte

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
<div class="credits">
66
<img src="zelos_ant_3x.png" alt="Zelo's Ant Logo"/>
77
<!-- TODO: Changelog -->
8-
<p class="credit">zelo's ant 1.1.0</p>
8+
<p class="credit">zelo's ant 1.2.0</p>
99
<p class="credit">Made by Zelo101</p>
1010
<p>Libraries used:</p>
1111
<ul>
12+
<li><Link href="https://twgljs.org/">TWGL</Link></li>
1213
<li><Link href="https://ramdajs.com/">Ramda</Link></li>
1314
<li><Link href="https://dexie.org/">Dexie</Link></li>
1415
<li><Link href="https://developers.google.com/blockly">Blockly</Link></li>
15-
<li><Link href="https://www.assemblyscript.org/">AssemblyScript</Link></li>
16+
<!-- <li><Link href="https://www.assemblyscript.org/">AssemblyScript</Link></li>-->
1617
<li><Link href="https://kit.svelte.dev/">SvelteKit</Link></li>
1718
</ul>
1819
</div>

0 commit comments

Comments
 (0)