From 81c4c546281aae0d3d79a803259c74b789b71fb9 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Wed, 19 Dec 2018 17:08:06 +0000 Subject: [PATCH] Beta 4 --- src/const.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.js b/src/const.js index dcbbc7d1d..c2060cd7c 100644 --- a/src/const.js +++ b/src/const.js @@ -20,7 +20,7 @@ var CONST = { * @type {string} * @since 3.0.0 */ - VERSION: '3.16.0 Beta 3', + VERSION: '3.16.0 Beta 4', BlendModes: require('./renderer/BlendModes'),