Skip to content

Commit a1975d6

Browse files
committed
Prepare for 0.13.1
1 parent 19dba9d commit a1975d6

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

angular-schema-form-dynamic-select.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,5 +431,4 @@ angular.module('schemaForm').filter('selectFilter', [function ($filter) {
431431
};
432432
}]);
433433

434-
return angularSchemaFormDynamicSelect;
435434
}));

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": [
55
"angular-schema-form-dynamic-select.min.js"
66
],
7-
"version": "0.13.0",
7+
"version": "0.13.1",
88
"authors": [
99
"Cheng Zhu<[email protected]>",
1010
"Stevehu",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form-dynamic-select",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Dynamic select add-on for angular schema form",
55
"scripts": {
66
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js"

0 commit comments

Comments
 (0)