Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - fmg-core@0.5.9
 - fmg-nitro-adjudicator@0.1.4
 - fmg-payments@0.4.1
  • Loading branch information
andrewgordstewart committed Jun 27, 2019
1 parent 3519d69 commit a63ce0e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/fmg-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmg-core",
"version": "0.5.8",
"version": "0.5.9",
"description": "Force-move games core",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/fmg-nitro-adjudicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmg-nitro-adjudicator",
"version": "0.1.3",
"version": "0.1.4",
"main": "./lib/index.js",
"repository": "https://github.com/magmo/nitro-adjudicator.git",
"author": "Andrew Stewart <andrew.gord.stewart@gmail.com>",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"ethers": "^4.0.26",
"fmg-core": "^0.5.8",
"fmg-core": "^0.5.9",
"openzeppelin-solidity": "2.1.3",
"web3": "1.0.0-beta.37"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/fmg-payments/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fmg-payments",
"version": "0.4.0",
"version": "0.4.1",
"description": "Force-move game payment channel",
"directories": {
"doc": "docs",
Expand All @@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"ethers": "^4.0.26",
"fmg-core": "^0.5.8",
"fmg-core": "^0.5.9",
"web3": "1.0.0-beta.37"
},
"devDependencies": {
Expand Down

0 comments on commit a63ce0e

Please sign in to comment.