Skip to content

Commit 17fe0f8

Browse files
committed
v2.4.0
1 parent a5241e0 commit 17fe0f8

File tree

5 files changed

+4
-11
lines changed

5 files changed

+4
-11
lines changed

β€Ž.bumpversion.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = v2.3.1
2+
current_version = v2.4.0
33
commit = True
44
tag = True
55

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,6 @@ jobs:
108108
with:
109109
name: coverage-contracts
110110
path: coverage/
111-
- uses: paambaati/[email protected]
112-
env:
113-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
114-
if: "${{ env.CC_TEST_REPORTER_ID != '' }}"
115-
with:
116-
coverageLocations: |
117-
${{ github.workspace }}/coverage/lcov.info:lcov
118111

119112
check_deployment:
120113
runs-on: ubuntu-latest

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@oceanprotocol/contracts",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "Ocean Protocol Smartcontracts",
55
"bugs": {
66
"url": "https://github.com/oceanprotocol/contracts/issues"

β€Žsetup.cfgβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ocean-contracts
3-
version = v2.3.1
3+
version = v2.4.0
44
author = leucothia
55
author_email = [email protected]
66
description = 🐳 Ocean Protocol L1 - v4

0 commit comments

Comments
Β (0)