From 8495df34f2cd9ff98851ce176ed4c35f8b495735 Mon Sep 17 00:00:00 2001 From: legac <renaud.legac@free.fr> Date: Sat, 15 Feb 2014 12:50:31 +0100 Subject: [PATCH] Release version 0.6.0.7 --- static/plugin_dbui/CHANGELOG | 2 +- static/plugin_dbui/src/App.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG index ac4f8cae..915e4217 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,7 +2,7 @@ HEAD -0.6.0.6 (Feb 2014) +0.6.0.7 (Feb 2014) - Major release running with ExtJS 4.2.1 It is not compatible with with previous versions running wiht ExtJS 3.4. It relies on the new class system of the Ext JS 4 library as well as diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index a8dbf04c..f5b10a89 100644 --- a/static/plugin_dbui/src/App.js +++ b/static/plugin_dbui/src/App.js @@ -9,7 +9,7 @@ Ext.define('App', { * The version of the plugin * @property {String} */ - version: '0.6.0.6', + version: '0.6.0.7', /** * The name of the application -- GitLab