From 3822bdbdf4083c29df6895006f67062371845847 Mon Sep 17 00:00:00 2001 From: Josh Pullen Date: Sun, 24 Jul 2022 10:49:11 -0400 Subject: [PATCH] Version bump to 1.4.0 Prepare to publish the new changes since 1.3.3: - Improved pen precision (and correct default color) - `touching edge` and `if on edge, bounce` support - `when timer greater than` support - `loudness` and `when loudness greater than` support - Fixed bug with "when this sprite/stage clicked" --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c99779..6649092 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "leopard", - "version": "1.3.3", + "version": "1.4.0", "description": "Make Scratch-like projects with JavaScript.", "private": false, "browser": true,