From 54e114a7610e8c3c2f37545661b89faed816e499 Mon Sep 17 00:00:00 2001
From: legac <renaud.legac@free.fr>
Date: Sat, 8 Feb 2014 15:36:02 +0100
Subject: [PATCH] Release version 0.6.0.5

---
 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 2f4352f6..16177cca 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.6.0.4 (Feb 2014)
+0.6.0.5 (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 d4bcdea7..e02dcd91 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.4',
+    version: '0.6.0.5',
 
     /**
      * The name of the application
-- 
GitLab