Skip to content

Commit

Permalink
Bump minor version to account for fix of issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Dec 14, 2021
1 parent e15afa3 commit 55e47f8
Show file tree
Hide file tree
Showing 3 changed files with 177 additions and 4 deletions.
2 changes: 1 addition & 1 deletion contracts/sales/Seller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ abstract contract Seller is OwnerPausable, ReentrancyGuard {

uint256 maxAvailable;
uint256 sold;

if (config.reserveFreeQuota) {
maxAvailable = config.totalInventory - config.freeQuota;
sold = _totalSold.current() - purchasedFreeOfCharge.current();
Expand Down
177 changes: 175 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@divergencetech/ethier",
"version": "0.9.0",
"version": "0.10.0",
"description": "Golang and Solidity SDK to make Ethereum development ethier",
"main": "\"\"",
"scripts": {
Expand Down

0 comments on commit 55e47f8

Please sign in to comment.