Skip to content

Commit 7c9cbd6

Browse files
committed
Chore(build)
1 parent 2c95803 commit 7c9cbd6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fng-reports",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"author": "Mark Chapman <support@forms-angular.org>",
55
"description": "Angular UI reporting plugin for forms-angular",
66
"main": [

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 2015-02-26 */
1+
/*! forms-angular 2015-03-13 */
22
'use strict';
33

44
formsAngular.controller('AnalysisCtrl', ['$filter', '$scope', '$http', '$location', 'cssFrameworkService', '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",
3+
"version": "0.4.1",
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"
19+
"forms-angular": "0.4.1"
2020
},
2121
"devDependencies": {
2222
"grunt": "~0.4.5",

0 commit comments

Comments
 (0)