Skip to content

Commit 659e638

Browse files
committed
v2.3.0
1 parent 4bb38ea commit 659e638

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.0a3
2+
current_version = v2.3.0
33
commit = True
44
tag = True
55

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
run: find ./artifacts/* -name "*.dbg.json" -type f -delete
185185
- name: Delete useless files
186186
run: rm -rf ./artifacts/build-info/*
187-
- run: npm publish --tag next
187+
- run: npm publish
188188
env:
189189
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
190190

β€Ž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.0-next.3",
3+
"version": "2.3.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.0a3
3+
version = v2.3.0
44
author = leucothia
55
author_email = [email protected]
66
description = 🐳 Ocean Protocol L1 - v4

0 commit comments

Comments
Β (0)