Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
corinis committed Oct 28, 2013
1 parent cce6f8d commit 75a42fb
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.jsForm.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jsForm.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"json",
"data"
],
"version": "1.0.9",
"version": "1.1.0",
"author": {
"name": "Niko Berger"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.jsForm",
"title": "jQuery JSON Form - jsForm",
"description": "jQuery based form library that allows you to handle data within a javascript object (like from a JSON request) with plain html forms.\nYou can modify all fields/properties by simply creating a html form with the correct naming schema (MVVM Pattern).\n\nThe main features of this library are:\n Full standard html with data available in a js object\n Update an existing js object with changes done within a form\n Provide basic functions for formatting (i.e. date/time, money) using html markup\n Provide form validation functionality\n handle collections (arrays) with subobjects\n provides helper methods to handle array manipulation (add new entry/remove an entry) using only html markup\n Can be used in connection with an autocomplete function to add new array objects",
"version": "1.0.9",
"version": "1.1.0",
"homepage": "https://github.com/corinis/jsForm",
"author": {
"name": "Niko Berger",
Expand Down

0 comments on commit 75a42fb

Please sign in to comment.