Skip to content

Commit 6e315df

Browse files
committed
Update version numbers
1 parent 88421e5 commit 6e315df

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bower.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forms-angular",
3-
"version": "0.4.0-alpha.2",
3+
"version": "0.4.0-alpha.3",
44
"homepage": "https://github.com/mchapman/forms-angular",
55
"description": "No nonsense forms for the MEAN stack",
66
"keywords": [
@@ -20,15 +20,15 @@
2020
"When https://github.com/sroze/ngInfiniteScroll/issues/82 gets closed go back to the original repo (and use wiredep overide if still required)"
2121
],
2222
"dependencies": {
23-
"angular": "1.3.0-beta.16",
24-
"angular-sanitize": "1.3.0-beta.16",
23+
"angular": "1.3.0-beta.19",
24+
"angular-sanitize": "1.3.0-beta.19",
2525
"angular-ui-bootstrap-bower": ">=0.8.0",
2626
"underscore": "1.6",
2727
"ngInfiniteScroll": "git://github.com/forms-angular/ngInfiniteScroll",
2828
"angular-elastic": "~2"
2929
},
3030
"devDependencies": {
31-
"angular-mocks": "1.3.0-beta.16",
31+
"angular-mocks": "1.3.0-beta.19",
3232
"bootstrap-3-1-1": "git://github.com/twbs/bootstrap.git#v3.1.1",
3333
"bootstrap-2-3-2": "git://github.com/twbs/bootstrap.git#v2.3.2"
3434

dist/forms-angular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! forms-angular 2014-08-22 */
1+
/*! forms-angular 2014-08-23 */
22
'use strict';
33

44
var formsAngular = angular.module('formsAngular', [

dist/forms-angular.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Mark Chapman <support@reallycare.org>",
44
"description": "A form builder that sits on top of Angular.js, Twitter Bootstrap, jQuery UI, Angular-UI, Express and Mongoose. Opinionated or what?",
55
"homepage": "http://forms-angular.org",
6-
"version": "0.4.0-alpha.2",
6+
"version": "0.4.0-alpha.3",
77
"engines": {
88
"node": "0.10.x",
99
"npm": "1.x"

0 commit comments

Comments
 (0)