From 6d5da290921c84088cafb3321634ca8e892c1c84 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Thu, 24 Dec 2020 12:58:37 -0500 Subject: [PATCH] bump version number --- js/turtledefs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/turtledefs.js b/js/turtledefs.js index 450f6164b0..cd07015a2e 100644 --- a/js/turtledefs.js +++ b/js/turtledefs.js @@ -32,7 +32,7 @@ const DEFAULTPALETTE = "rhythm"; let TITLESTRING = _( "Music Blocks is a collection of tools for exploring fundamental musical concepts in a fun way." ); -const VERSION = "3.3"; +const VERSION = "3.4.2"; // We don't include 'extras' since we want to be able to delete // plugins from the extras palette.