diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index fc4c46f221075776d95b73a1531c2ed5d026fde2..47ef55636b273e0ce02bd9302e4e1b93da48f5f6 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -1,10 +1,10 @@
 --------------------------------- CHANGE LOG ----------------------------------
 
 HEAD
+
+0.4.11.0 (Mar 2013)
   - Upgrade to run with alias table.
   - More syntax to define foreign key.
-
-0.4.10.3 (Mar 2013)
   - Fix a bug in App.BasePanelWithSelector for IE.
   - Javascript is almost compliant with JSLINT.
   - DirectSvc exceptions are logged in the web2py ticket system.
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index b981a750ad8d105d4e0a6d9da4f8583616c469fa..89f0721dc3a71ca8df898fb18e652e23a0e35a66 100644
--- a/static/plugin_dbui/src/base.js
+++ b/static/plugin_dbui/src/base.js
@@ -20,7 +20,7 @@ Ext.namespace('App');
 /**
  * @param {String} App.version version of the library
  */
-App.version = '0.4.10.3';
+App.version = '0.4.11.0';
 
 /**
  * Helper function mimicking the encode_field function running on the server