diff --git a/dev/webpack.appmt.config.js b/dev/webpack.appmt.config.js index 83835da30..0d5fea43e 100644 --- a/dev/webpack.appmt.config.js +++ b/dev/webpack.appmt.config.js @@ -69,7 +69,7 @@ module.exports = new Config().extend({ }), // CC new FaviconsPlugin('images/modtools_logo.png'), new webpack.DefinePlugin({ - APP_VERSION: JSON.stringify('0.2.4, 5 October 2018.'), + APP_VERSION: JSON.stringify('0.2.4, 6 October 2018.'), // CC SET ABOVE: API: JSON.stringify(BASE_URL+'/api/'), FACEBOOK_APPID: JSON.stringify('134980666550322'), FACEBOOK_GRAFFITI_APPID: JSON.stringify('115376591981611'),