Skip to content

Commit b33f4dc

Browse files
authored
Update sdk & core version to 4.1.3 (#3430) (#3431)
2 parents 5a57084 + 72321c6 commit b33f4dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@human-protocol/core",
33
"description": "Human Protocol Core Smart Contracts",
4-
"version": "1.0.45",
4+
"version": "4.1.3",
55
"files": [
66
"contracts/**/*.sol",
77
"abis/**/*.json",

packages/sdk/python/human-protocol-sdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="human-protocol-sdk",
5-
version="0.0.0",
5+
version="4.1.3",
66
author="HUMAN Protocol",
77
description="A python library to launch escrow contracts to the HUMAN network.",
88
url="https://github.com/humanprotocol/human-protocol/packages/sdk/python/human-protocol-sdk",

packages/sdk/typescript/human-protocol-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@human-protocol/sdk",
33
"description": "Human Protocol SDK",
4-
"version": "1.1.16",
4+
"version": "4.1.3",
55
"files": [
66
"src",
77
"dist"

0 commit comments

Comments
 (0)