diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index 41985ec1853d50e9452bb0bfdeb5d3ef061ee460..3a4ed9995de40d79c75ee663a810ef1bc07941af 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,9 +2,10 @@ HEAD -0.6.1.2 (Jun 2014) +0.6.1.3 (Jun 2014) - Add protection in CLEAN_COMMA and CLEAN_SPACES. - - Add the configuration panelLoader to BaseWithSelector. + - Add the configuration panelLayout, panelLoader and selectorLayout to + the BaseWithSelector class. 0.6.1.1 (Mar 2014) - Consolidation version diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 2febf2dacf9c6be83cc4d2ee6e628f7950e957f5..80a2e8491d113f9af4ba95f8eb52d7953a544ecc 100644 --- a/static/plugin_dbui/src/App.js +++ b/static/plugin_dbui/src/App.js @@ -15,7 +15,7 @@ Ext.define('App', { * The version of the plugin * @property {String} */ - version: '0.6.1.2', + version: '0.6.1.3', /** * The name of the application