Skip to content

Commit 12b6eac

Browse files
authored
Fix SPDX Identifier and bump package version (#80)
Fix license identifier and bump package
1 parent 653284e commit 12b6eac

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

contracts/adapters/AaveLeverageStrategyExtension.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
15+
16+
SPDX-License-Identifier: Apache License, Version 2.0
1517
*/
1618

1719
pragma solidity 0.6.10;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@setprotocol/index-coop-contracts",
3-
"version": "0.0.27",
3+
"version": "0.0.28",
44
"description": "",
55
"main": "dist",
66
"types": "dist/types",

0 commit comments

Comments
 (0)