Skip to content

Commit

Permalink
1) Fix test-coverage script
Browse files Browse the repository at this point in the history
2) Release version 0.6.1
  • Loading branch information
GuyShaanan committed Jul 8, 2018
1 parent 19d2045 commit 1665a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CloudFlow",
"version": "0.6.0",
"version": "0.6.1",
"license": "Apache-2.0",
"private": true,
"engines": {
Expand All @@ -14,7 +14,7 @@
"build": "ng build --aot --prod --output-hashing=bundles --no-progress",
"test": "ng test",
"test-ci": "ng test --watch=false --no-progress",
"test-coverage": "ng test --watch-false --code-coverage --reporters=coverage-istanbul",
"test-coverage": "ng test --watch=false --code-coverage",
"lint": "ng lint CloudFlow --type-check",
"e2e": "ng e2e",
"ci": "npm run lint && npm run test-ci && npm run build"
Expand Down
2 changes: 1 addition & 1 deletion src/app/about/about.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="modal-header">
<h4 class="modal-title">
<img src="assets/icon256.svg" height="32" width="32" class="mr-2" />
CloudFlow <small class="text-muted">v0.6.0</small>
CloudFlow <small class="text-muted">v0.6.1</small>
</h4>
<button type="button" class="close" aria-label="Close" (click)="modal.dismiss('')">
<span aria-hidden="true">&times;</span>
Expand Down

0 comments on commit 1665a9b

Please sign in to comment.