From 334bc35e0e41758889e096404e61455e7a465f18 Mon Sep 17 00:00:00 2001 From: Renaud Le Gac <legac@cppm.in2p3.fr> Date: Wed, 11 Mar 2015 17:49:24 +0100 Subject: [PATCH] Release version 0.6.2.4 --- 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 0a4fa4f9..297add23 100644 --- a/static/plugin_dbui/CHANGELOG +++ b/static/plugin_dbui/CHANGELOG @@ -2,7 +2,7 @@ HEAD -0.6.2.3 (Feb 2015) +0.6.2.4 (Mar 2015) - Add the constant INLINE_ALERT - pGridExport uses the latex package longtable instead of tabular. It also translate hyperlink using the hyperref package and has diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js index 408c07fa..3df8d9eb 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.2.3', + version: '0.6.2.4', /** * The name of the application -- GitLab