Skip to content
This repository was archived by the owner on Oct 28, 2022. It is now read-only.

Commit 3971581

Browse files
committed
Update version for 2.5 release
1 parent 95a8f5c commit 3971581

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ScratchFormat",
33
"description": "Rich text editing in Scratch.",
4-
"version": "24.0",
4+
"version": "25.0",
55
"content_scripts": [
66
{
77
"matches": ["https://scratch.mit.edu/users*","https://scratch.mit.edu/studios*", "https://scratch.mit.edu/projects*", "https://scratch.mit.edu/messages*"],

popup.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</head>
55
<body>
66
<div class="dash">
7-
<b>ScratchFormat</b>
7+
<b>ScratchFormat 2.5</b>
88
<a href="https://scratchformat.github.io/" target="_newtab">Website</a>
99
<div class="dropdown" style="">
1010

0 commit comments

Comments
 (0)