Skip to content

Commit

Permalink
Merge pull request #23 from dsanchezcr/update-version202
Browse files Browse the repository at this point in the history
Updating to version 2.0.2 to fix problem with npm
  • Loading branch information
dsanchezcr authored Nov 24, 2023
2 parents 10cd9fa + c88b411 commit 69c8aaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<PackageTags>colones; dollars; euros; currency-exchange; exchange-rate; costa-rica; CRC;</PackageTags>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageProjectUrl>https://github.com/dsanchezcr/ColonesExchangeRate</PackageProjectUrl>
<Version>2.0.1</Version>
<AssemblyVersion>2.0.1</AssemblyVersion>
<Version>2.0.2</Version>
<AssemblyVersion>2.0.2</AssemblyVersion>
<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.</Description>
</PropertyGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/npm/package.json
Original file line number Diff line number Diff line change
@@ -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'"
Expand Down

0 comments on commit 69c8aaa

Please sign in to comment.