Skip to content

Commit 4c70980

Browse files
cdroulersclaude
andcommitted
Update to version 1.2.1
- Update version numbers in all files - Update copyright years to 2025 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 321d8fa commit 4c70980

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# History
22

3+
## 1.2.1 (2025-03-30)
4+
5+
- Update most libraries with Claude Code for fun. [#49]
6+
- Replace XMLHttpRequest with fetch API in levelControls.ts [#50] (Issue #48)
7+
38
## 1.2.0 (2024-02-18)
49

510
- Store each level set's latest password separately [#47]

editor/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
<title>Block Fly Editor!</title>
1111
</head>
1212

13-
<body data-version="1.2.0">
13+
<body data-version="1.2.1">
1414
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer">
1515
<div class="mdl-layout__drawer">
16-
<span class="mdl-layout-title">Block Fly v1.2.0</span>
16+
<span class="mdl-layout-title">Block Fly v1.2.1</span>
1717

1818
<div class="mdl-layout-item">
1919
By
20-
<a href="mailto:webmaster@cdroulers.com">Christian Droulers</a> 2016-2017
20+
<a href="mailto:webmaster@cdroulers.com">Christian Droulers</a> 2016-2025
2121
<br />
2222
<a href="https://github.com/cdroulers/block-fly">Source</a>
2323
</div>

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
<title>Block Fly!</title>
1313
</head>
1414

15-
<body data-version="1.2.0">
15+
<body data-version="1.2.1">
1616
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer">
1717
<div class="mdl-layout__drawer">
18-
<span class="mdl-layout-title">Block Fly v1.2.0</span>
18+
<span class="mdl-layout-title">Block Fly v1.2.1</span>
1919

2020
<div class="mdl-layout-item">
21-
By <a href="mailto:webmaster@cdroulers.com">Christian Droulers</a> 2016-2024<br />
21+
By <a href="mailto:webmaster@cdroulers.com">Christian Droulers</a> 2016-2025<br />
2222
<a href="https://github.com/cdroulers/block-fly">Source</a>
2323
</div>
2424

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "block-fly",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"description": "A JavaScript implementation of Block Dude, with flies!",
77
"main": "src/main.ts",

0 commit comments

Comments
 (0)