diff --git a/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj b/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj
index cc802c8..a615ef1 100644
--- a/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj
+++ b/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj
@@ -12,8 +12,8 @@
colones; dollars; euros; currency-exchange; exchange-rate; costa-rica; CRC;
LICENSE
https://github.com/dsanchezcr/ColonesExchangeRate
- 2.0.1
- 2.0.1
+ 2.0.2
+ 2.0.2
Currency conversion from Colones (Costa Rica - CRC ₡) to Dollars (United States - USD $) and Euros (European Union - EUR €). It consumes the exchange rate API from Ministerio de Hacienda de Costa Rica.
diff --git a/src/npm/package.json b/src/npm/package.json
index 7bc221f..ea177c2 100644
--- a/src/npm/package.json
+++ b/src/npm/package.json
@@ -1,9 +1,9 @@
{
"name": "@dsanchezcr/colonesexchangerate",
- "version": "2.0.1",
+ "version": "2.0.2",
"type": "module",
"description": "Currency conversion from Colones (Costa Rica - CRC ₡) to Dollars (United States - USD $) and Euros (European Union - EUR €). It consumes the exchange rate API from Ministerio de Hacienda de Costa Rica.",
- "main": "ColonesExchangeRate.mjs",
+ "main": "colonesexchangerate.mjs",
"scripts": {
"test": "node colonesexchangerate.test.js",
"build": "echo 'No build step required'"