From 5581d777e4c10a6e93f9ea27938179f3d421cf2e Mon Sep 17 00:00:00 2001 From: Giulio Moro Date: Wed, 20 Dec 2017 16:36:09 +0000 Subject: [PATCH] Removed version and date from the IDE version. See #280. --- IDE/public/js/bundle.js | 2 +- dev/src/Views/SettingsView.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IDE/public/js/bundle.js b/IDE/public/js/bundle.js index 5284346ef..ebc0492ef 100644 --- a/IDE/public/js/bundle.js +++ b/IDE/public/js/bundle.js @@ -3336,7 +3336,7 @@ var SettingsView = function (_View) { // build the popup content popup.title('About Bela'); - popup.subtitle('You are using Bela Version 0.3.0, October 2017. Bela is an open source project, and is a product of the Augmented Instruments Laboratory at Queen Mary University of London, and Augmented Instruments Ltd. For more information, visit http://bela.io'); + popup.subtitle('Bela is an open source project, and is a product of the Augmented Instruments Laboratory at Queen Mary University of London, and Augmented Instruments Ltd. For more information, visit http://bela.io'); var form = []; form.push(''); diff --git a/dev/src/Views/SettingsView.js b/dev/src/Views/SettingsView.js index 970cf0099..1a0eb8faf 100644 --- a/dev/src/Views/SettingsView.js +++ b/dev/src/Views/SettingsView.js @@ -155,7 +155,7 @@ class SettingsView extends View { // build the popup content popup.title('About Bela'); - popup.subtitle('You are using Bela Version 0.3.0, October 2017. Bela is an open source project, and is a product of the Augmented Instruments Laboratory at Queen Mary University of London, and Augmented Instruments Ltd. For more information, visit http://bela.io'); + popup.subtitle('Bela is an open source project, and is a product of the Augmented Instruments Laboratory at Queen Mary University of London, and Augmented Instruments Ltd. For more information, visit http://bela.io'); var form = []; form.push('');