Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlgj committed Feb 25, 2015
1 parent 62b7d3f commit 6630430
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.7.13
-------
* Bugfix for condition, it depended on jQuery

v0.7.12
-------
* Error on deleteFromArray task, thanks @bygiro
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dist/schema-form.js",
"dist/bootstrap-decorator.js"
],
"version": "0.7.12",
"version": "0.7.13",
"authors": [
"Textalk",
"David Jensen <david.lgj@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"version": "0.7.12",
"version": "0.7.13",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
Expand Down

0 comments on commit 6630430

Please sign in to comment.