Skip to content

Commit e16e0a9

Browse files
author
Artjom Galaktionov
committed
Version update
1 parent dce1f8d commit e16e0a9

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

contracts/finance/Vesting.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ import {PRECISION} from "../utils/Globals.sol";
6060
* ...
6161
* - 20 days: 1000 tokens
6262
*
63-
* P.S.
6463
* For defining linear vesting, the exponent should be set to 1,
6564
* or there is an option to create a linear schedule just by defining the baseSchedule struct
6665
* and the exponent will be automatically set to 1.

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarity/solidity-lib",
3-
"version": "2.6.14",
3+
"version": "2.6.15",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"readme": "README.md",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@solarity/solidity-lib",
3-
"version": "2.6.14",
3+
"version": "2.6.15",
44
"license": "MIT",
55
"author": "Distributed Lab",
66
"description": "Solidity Library by Distributed Lab",

0 commit comments

Comments
 (0)