Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
v++
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepeak committed Oct 16, 2015
1 parent a259cc4 commit 6045ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/codecov.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!execSync) {

var detectProvider = require('./detect');

var version = "v1.0.0";
var version = "v1.0.1";

var patterns = "-type f \\( -name '*coverage.*' " +
"-or -name 'nosetests.xml' " +
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codecov",
"version": "1.0.0",
"version": "1.0.1",
"description": "Uploading report to Codecov: https://codecov.io",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6045ab2

Please sign in to comment.