Skip to content

Commit

Permalink
bumping to v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aaitor committed Jan 29, 2022
1 parent e012355 commit e9c9dca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/contracts",
"version": "1.3.3",
"version": "1.3.4",
"description": "Nevermined implementation of Nevermined in Solidity",
"bugs": {
"url": "https://github.com/nevermined-io/contracts/issues"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.keyko.nevermined</groupId>
<artifactId>contracts</artifactId>
<packaging>jar</packaging>
<version>1.3.3</version>
<version>1.3.4</version>
<name>Nevermined Contracts</name>
<description>Nevermined Data Platform Smart Contracts in Solidity</description>
<url>https://github.com/nevermined-io/contracts</url>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/nevermined-io/contracts',
version='1.3.3',
version='1.3.4',
zip_safe=False,
)

0 comments on commit e9c9dca

Please sign in to comment.