Skip to content

Commit

Permalink
Update KeyHistory.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Sep 4, 2024
1 parent bc1d601 commit b6c640f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions featured/KeyHistory.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Name: Key History
// ID: KeyHistoryExtension
// By: Mistium <https://scratch.mit.edu/users/M1stium>
// Verson: 6
// Verson: 5
// Description: Store a list of previously pressed keys and clipboard events.
// License: MPL-2.0
// This Source Code is subject to the terms of the Mozilla Public License, v2.0,
Expand Down Expand Up @@ -31,7 +31,7 @@

getInfo() {
return {
id: "KeyHistoryExtension",
id: "MistKeyHistoryExtension",
name: "Key History",
color1: "#36644E",
blocks: [
Expand Down

0 comments on commit b6c640f

Please sign in to comment.