Skip to content

Commit 898d8aa

Browse files
committed
bump patch
1 parent 93eb430 commit 898d8aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export function blankTimecard(name) {
8484
export function checkForValidTimecard() {
8585
try {
8686
var timecardData = require('../.timecard.json');
87-
87+
8888
if (happyAsJson(timecardData) === false) {
8989
throw new Error('Invalid timecard data.');
9090
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timecard",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"description": "Keep track of your project development time",
55
"main": "timecard.js",
66
"scripts": {

0 commit comments

Comments
 (0)