Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
gnidan committed Aug 13, 2018
1 parent ba5165f commit 153beae
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/truffle-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "truffle-core",
"namespace": "consensys",
"version": "4.1.13",
"version": "4.1.14",
"description": "Core code for Truffle command line tool",
"dependencies": {
"async": "2.6.1",
Expand Down Expand Up @@ -36,7 +36,7 @@
"truffle-contract": "^3.0.6",
"truffle-contract-sources": "^0.0.2",
"truffle-debug-utils": "^1.0.6",
"truffle-debugger": "^4.0.2",
"truffle-debugger": "^4.0.3",
"truffle-deployer": "^2.0.7",
"truffle-error": "^0.0.3",
"truffle-expect": "^0.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-debugger",
"version": "4.0.2",
"version": "4.0.3",
"description": "Core functionality for debugging Solidity files built with Truffle",
"main": "dist/debugger.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "truffle",
"namespace": "consensys",
"version": "4.1.13",
"version": "4.1.14",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"mocha": "^4.1.0",
Expand All @@ -25,7 +25,7 @@
"tmp": "0.0.33",
"truffle-box": "^1.0.7",
"truffle-contract": "^3.0.6",
"truffle-core": "^4.1.13",
"truffle-core": "^4.1.14",
"web3": "0.20.6",
"webpack": "^2.5.1",
"yargs": "^8.0.2"
Expand Down

0 comments on commit 153beae

Please sign in to comment.