Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build distribution for v.0.14.1
  • Loading branch information
adriano-di-giovanni committed Jan 4, 2014
commit 3ad5c069e271c80c1a3d2f59a213ed905f2932db
4 changes: 2 additions & 2 deletions distribution.amd/backbone-forms.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Backbone Forms v0.14.0
* Backbone Forms v0.14.1
*
* NOTE:
* This version is for use with RequireJS
Expand Down Expand Up @@ -2453,7 +2453,7 @@ Form.editors.DateTime = Form.editors.Base.extend({


//Metadata
Form.VERSION = '0.14.0';
Form.VERSION = '0.14.1';

//Exports
Backbone.Form = Form;
Expand Down
Loading