Skip to content

Commit

Permalink
bumped version to 1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-marques committed Feb 9, 2022
1 parent 36b4cf1 commit 75e6da0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nevermined-io/contracts",
"version": "1.3.5",
"version": "1.3.6",
"description": "Nevermined implementation of Nevermined in Solidity",
"bugs": {
"url": "https://github.com/nevermined-io/contracts/issues"
Expand Down Expand Up @@ -135,4 +135,4 @@
"@gnosis.pm/safe-core-sdk": "^1.0.0",
"@gnosis.pm/safe-deployments": "^1.4.0"
}
}
}
4 changes: 2 additions & 2 deletions 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.5</version>
<version>1.3.6</version>
<name>Nevermined Contracts</name>
<description>Nevermined Data Platform Smart Contracts in Solidity</description>
<url>https://github.com/nevermined-io/contracts</url>
Expand Down Expand Up @@ -244,4 +244,4 @@
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>
</project>
</project>
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.5',
version='1.3.6',
zip_safe=False,
)

0 comments on commit 75e6da0

Please sign in to comment.