Skip to content

Commit 8c708be

Browse files
committed
Reset alpha version for pre-release draft
1 parent fdde025 commit 8c708be

5 files changed

+13
-13
lines changed

dist/angular-schema-form-bootstrap.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-schema-form
3-
* @version 1.0.0-alpha.6
4-
* @date Sat, 14 Jan 2017 15:37:36 GMT
3+
* @version 1.0.0-alpha.1
4+
* @date Sat, 14 Jan 2017 17:09:44 GMT
55
* @link https://github.com/json-schema-form/angular-schema-form
66
* @license MIT
77
* Copyright (c) 2014-2017 JSON Schema Form

dist/angular-schema-form-bootstrap.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/angular-schema-form.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* angular-schema-form
3-
* @version 1.0.0-alpha.6
4-
* @date Sat, 14 Jan 2017 15:37:36 GMT
3+
* @version 1.0.0-alpha.1
4+
* @date Sat, 14 Jan 2017 17:09:44 GMT
55
* @link https://github.com/json-schema-form/angular-schema-form
66
* @license MIT
77
* Copyright (c) 2014-2017 JSON Schema Form
@@ -84,8 +84,8 @@ module.exports = angular;
8484

8585
/*!
8686
* json-schema-form-core
87-
* @version 1.0.0-alpha.6
88-
* @date Sat, 14 Jan 2017 14:01:12 GMT
87+
* @version 1.0.0-alpha.1
88+
* @date Sat, 14 Jan 2017 17:07:51 GMT
8989
* @link https://github.com/json-schema-form/json-schema-form-core
9090
* @license MIT
9191
* Copyright (c) 2014-2017 JSON Schema Form

dist/angular-schema-form.min.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-schema-form",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.1",
44
"description": "Create complex forms from a JSON schema with angular.",
55
"repository": "json-schema-form/angular-schema-form",
66
"main": "dist/angular-schema-form.js",

0 commit comments

Comments
 (0)