Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit 34bc46d

Browse files
author
Ognyan Chikov
committed
1 parent 59f12ab commit 34bc46d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/etherlime-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherlime-lib",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Etherlime Library API for deployment, interaction and testing of Etehreum smart contracts",
55
"main": "dist/index.js",
66
"scripts": {

packages/etherlime-zos-deployer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherlime-zos-deployer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"author": "",
1111
"license": "ISC",
1212
"dependencies": {
13-
"etherlime-lib": "^1.1.3",
13+
"etherlime-lib": "^1.1.4",
1414
"typescript": "^3.5.1",
1515
"zos-lib": "^2.3.1"
1616
},

packages/etherlime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherlime",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "etherlime is an ethereum development and deployment framework based on ethers.js",
55
"main": "index.js",
66
"nyc": {

0 commit comments

Comments
 (0)