Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
troex committed Mar 29, 2010
1 parent 98dce39 commit 8eb6843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elrte/js/elRTE.js
Expand Up @@ -21,8 +21,8 @@ elRTE = function(target, opts) {
return alert('elRTE: argument "target" is not DOM Element');
}
var self = this, html;
this.version = '1.0 RC3';
this.build = '20100311';
this.version = '1.0 RC4';
this.build = '20100329';
this.options = $.extend(true, {}, this.options, opts);
this.browser = $.browser;
this.target = $(target);
Expand Down

0 comments on commit 8eb6843

Please sign in to comment.