Skip to content

Commit

Permalink
Prepare for 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklasb committed Feb 4, 2016
1 parent 19dba9d commit a1975d6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion angular-schema-form-dynamic-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,5 +431,4 @@ angular.module('schemaForm').filter('selectFilter', [function ($filter) {
};
}]);

return angularSchemaFormDynamicSelect;
}));
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": [
"angular-schema-form-dynamic-select.min.js"
],
"version": "0.13.0",
"version": "0.13.1",
"authors": [
"Cheng Zhu<[email protected]>",
"Stevehu",
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-dynamic-select",
"version": "0.13.0",
"version": "0.13.1",
"description": "Dynamic select add-on for angular schema form",
"scripts": {
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"
Expand Down

0 comments on commit a1975d6

Please sign in to comment.