Skip to content

Commit 29877be

Browse files
committed
Bump version
1 parent 4185805 commit 29877be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

extras/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var version = "2.14.0";
1+
var version = "2.18.0";
22

33
chrome.runtime.onInstalled.addListener(async function (object) {
44
chrome.alarms.clearAll();

extras/new.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
update(
2-
"v2.16.0",
3-
"ScratchTools v2.16.0 includes a few new features, bug fixes, enhancements, and behind-the-scenes changes. You can now preview your profile and project textboxes, hide studio activity messages, and more! We’ve even upgraded the compact navbar feature!"
2+
"v2.17.0",
3+
"This new version includes multiple new features, including the ability to pause audio in the sound editor! We've also completely redesigned our settings page and popup to look more unique. A big announcement: we've just hit 1,000 users! Thank you so much for using ScratchTools!"
44
);
55
function update(updateVersion, updateDescription) {
66
if (document.querySelector(".scratchtoolsUpdateInfo") === null) {

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"short_name": "ScratchTools",
44
"manifest_version": 3,
55
"version": "2.18.0",
6-
"version_name": "2.18.0-beta",
6+
"version_name": "2.18.0",
77
"description": "Great tools to make Scratching easier!",
88
"author": "rgantzos",
99
"background": {

0 commit comments

Comments
 (0)