Skip to content

Commit

Permalink
chore: changelog and title
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Oct 31, 2024
1 parent 26379e0 commit 1023cbf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Format: Major.Minor.Patch (D/M/Y)

## 2.0.0 (31/10/2024) Spooky Edition

- todo()

## 1.0.0-beta (27/5/2024)

Project renamed to **KAPLAYGROUND**, due to the name **KAPLAY** is now used
Expand Down
24 changes: 13 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/pg.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KAPLAYGROUND</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/pg.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>KAPLAYGROUND, a playground for making JavaScript games</title>
</head>

<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>

</html>

0 comments on commit 1023cbf

Please sign in to comment.