Skip to content

Commit bda262d

Browse files
committed
0.4.0
1 parent bcc84f7 commit bda262d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

bower.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fng-reports",
3-
"version": "0.4.0-beta.2",
3+
"version": "0.4.0",
44
"author": "Mark Chapman <support@forms-angular.org>",
55
"description": "Angular UI reporting plugin for forms-angular",
66
"main": [
@@ -17,10 +17,10 @@
1717
"jspdf": ">=1.0.178"
1818
},
1919
"devDependencies": {
20-
"angular": "1.3.0-rc.1",
21-
"angular-sanitize": "1.3.0-rc.1",
22-
"angular-mocks": "1.3.0-rc.1",
23-
"forms-angular": "0.4.0-beta.2",
20+
"angular": "1.3.0",
21+
"angular-sanitize": "1.3.0",
22+
"angular-mocks": "1.3.0",
23+
"forms-angular": "0.4.0",
2424
"angular-ui-bootstrap-bower": ">=0.8.0"
2525
},
2626
"ignore": [

dist/fng-reports.js

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

44
formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$location', 'routingService',

dist/fng-reports.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fng-reports",
3-
"version": "0.4.0-beta.2",
3+
"version": "0.4.0",
44
"private":"true",
55
"description": "Reporting plugin for forms-angular",
66
"repository": {
@@ -16,7 +16,7 @@
1616
"url": "https://github.com/forms-angular/fng-reports/issues"
1717
},
1818
"peerDependencies": {
19-
"forms-angular": "0.4.0-beta.2"
19+
"forms-angular": "0.4.0"
2020
},
2121
"devDependencies": {
2222
"grunt": "~0.4.5",

0 commit comments

Comments
 (0)