Skip to content

Commit 5dd0784

Browse files
committed
Version bump
1 parent 4e7084c commit 5dd0784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ or
2424
npm install angular-schema-form-bootstrap
2525
```
2626

27-
And then include `bootstrap-decorator.min.js`. Note that angular-schema-form >= 0.8.6 is needed.
27+
And then include `bootstrap-decorator.min.js`. Note that angular-schema-form >= 0.8.7 is needed.
2828

2929

3030
Future

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tests"
1919
],
2020
"dependencies": {
21-
"angular-schema-form": ">= 0.8.6"
21+
"angular-schema-form": ">= 0.8.7"
2222
},
2323
"devDependencies": {
2424
"angular-ui-ace": "bower",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form-bootstrap",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Bootstrap 3 decorator for Angular Schema Form",
55
"main": "bootstrap-decorator.js",
66
"scripts": {

0 commit comments

Comments
 (0)