Skip to content

Commit 11f9cef

Browse files
author
McKendrick, Brent
committed
chore: increment build version.
1 parent f37f384 commit 11f9cef

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
### Change log
22

3-
### 2.0.0
3+
### 2.0.0-beta.2
4+
5+
* Fixes for IE8
6+
* Minification support using ngAnnotate in build
7+
8+
### 2.0.0-beta.1
49

510
Completely re-imagined and rewritten from 1.0. Now includes multiple new features:
611
* Inline, form summary & tooltip validation styles

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xtform",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"homepage": "https://github.com/refactorthis/xtform",
55
"authors": [
66
"Brent McKendrick <www.brentmckendrick.com>"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xtForm",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Form validation extensions for AngularJS",
55
"repository": "https://github.com/refactorthis/xtForm",
66
"license": "MIT",

0 commit comments

Comments
 (0)