Skip to content

Commit a0e447f

Browse files
committed
prepare for 0.2.2
1 parent 850d6b2 commit a0e447f

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
You may need to force restart the page in order to use the latest version: shift + click the restart button; or ctrl + shift + R.
44

5+
## 0.2.2
6+
7+
Update missed links.
8+
59
## 0.2.1
610

711
The project has been renamed to ilo Token. The definition list has been given a huge overhaul.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ You can do the usual github stuff: Open issue if there's an issue or you have a
44

55
## The wiki
66

7-
The wiki provides useful information for contributors, although it's not complete yet. Check it out: [Visit wiki](https://github.com/neverRare/toki-pona-translator/wiki).
7+
The wiki provides useful information for contributors, although it's not complete yet. Check it out: [Visit wiki](https://github.com/neverRare/ilo-token/wiki).

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h1 lang="tok">ilo Token</h1>
2424
<p>
2525
A rule-based Toki Pona to English translator.
2626
<a
27-
href="https://github.com/neverRare/toki-pona-translator/wiki/Limitations"
27+
href="https://github.com/neverRare/ilo-token/wiki/Limitations"
2828
>Limitations</a
2929
>.
3030
</p>
@@ -40,8 +40,8 @@ <h1 lang="tok">ilo Token</h1>
4040
<ul>
4141
<li>
4242
Open an issue on Github:
43-
<a href="https://github.com/neverRare/toki-pona-translator"
44-
>neverRare/toki-pona-translator</a
43+
<a href="https://github.com/neverRare/ilo-token"
44+
>neverRare/ilo-token</a
4545
>.
4646
</li>
4747
<li>
@@ -66,7 +66,7 @@ <h1 lang="tok">ilo Token</h1>
6666
<footer>
6767
<p>
6868
<a
69-
href="https://github.com/neverRare/toki-pona-translator/blob/master/CHANGELOG.md"
69+
href="https://github.com/neverRare/ilo-token/blob/master/CHANGELOG.md"
7070
id="version"
7171
></a>
7272
</p>

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { translate } from "./translator.ts";
44
const DEVELOPMENT = false;
55
// Don't forget these two when releasing
66
const DATE_RELEASED = new Date("2024-2-1");
7-
const VERSION = "v0.2.1";
7+
const VERSION = "v0.2.2";
88

99
// TODO: maybe use worker
1010
document.addEventListener("DOMContentLoaded", () => {

0 commit comments

Comments
 (0)