Comparing version 0.1.0 to 0.1.1
@@ -15,3 +15,3 @@ const https = require('https'); | ||
const month = today.getMonth(); | ||
const year = today.getFullYear(); | ||
let year = today.getFullYear(); | ||
@@ -158,2 +158,2 @@ if (month === 0) { | ||
}); | ||
} | ||
} |
{ | ||
"name": "usdbrl-cli", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A CLI to fetch BRL to USD exchange rates", | ||
@@ -26,2 +26,2 @@ "main": "lib/index.js", | ||
} | ||
} | ||
} |
147