From 6f9c03eda6fd16b51ab48b77aa08d926d4cbdc9d Mon Sep 17 00:00:00 2001 From: Jonathan Olson Date: Thu, 24 Oct 2019 02:12:29 -0600 Subject: [PATCH] Bumping version to 1.0.1-rc.3, fix for iOS 13 Full Screen, see https://github.com/phetsims/phet-core/issues/64, fix iOS 13 sound issues, see https://github.com/phetsims/tambo/issues/78, https://github.com/phetsims/scenery/issues/1006 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3170413..1c66071 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "waves-intro", - "version": "1.0.1-rc.2", + "version": "1.0.1-rc.3", "license": "GPL-3.0", "repository": { "type": "git",