Skip to content

Commit c8c6000

Browse files
committed
Bumped version
1 parent 958c4d3 commit c8c6000

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v0.7.6
2+
------
3+
* Fixed broken bower specification.
4+
* Updated README and documentation.
5+
16
v0.7.5
27
------
38
* Bracket notation for reserved words to make IE8 happier,thanks @jibwa

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"dist/schema-form.min.js",
55
"dist/bootstrap-decorator.min.js"
66
],
7-
"version": "0.7.5",
7+
"version": "0.7.6",
88
"authors": [
99
"Textalk",
1010
"David Jensen <[email protected]>"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "0.7.5",
3+
"version": "0.7.6",
44
"description": "Create forms from a JSON schema",
55
"scripts": {
66
"test": "rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js"

0 commit comments

Comments
 (0)