diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 2600078e51c36a955dd84e8ee5ae592c06fac254..cbe349bc5b1cceb91980118c3f39a0edbd6858a1 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.4.9.2 (Oct 2012)
+0.4.9.3 (Oct 2012)
   - New syntax for grid filter via the method GridModifier.append_filter.
   - Improve the files organization for the model and javascript code.
   - Enable tab scrolling in viewport.
@@ -12,7 +12,7 @@ HEAD
     and app.form.TextArea.
   - Add a new python class Selector to help building reports
   - improve store and row-editor messaging on exception.
-  - add a converter to_panel_with_url_selector
+  - add a converter to_panelWithUrlSelector
   
 0.4.8.2 (Jul 2012)
   - Consolidation version
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index b04a0801b16411327b16edfa40b82a3534eb97ba..bda739068ecdc22d2bd2eb6bd96dc6a8454fc94e 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.9.2';
+App.version = '0.4.9.3';
 
 /**
  * Helper function mimicking the encode_field function running on the server