Skip to content

Commit 7f94858

Browse files
authored
chore: go-ipfs release dance (#178)
1 parent 4700036 commit 7f94858

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
"async": "^2.6.0",
5454
"detect-node": "^2.0.3",
5555
"eslint-config-standard-jsx": "^4.0.2",
56-
"go-ipfs-dep": "0.4.11",
57-
"ipfs-api": "^17.1.1",
56+
"go-ipfs-dep": "0.4.13",
57+
"ipfs-api": "^17.1.3",
5858
"multiaddr": "^3.0.1",
5959
"once": "^1.4.0",
6060
"rimraf": "^2.6.2",

test/spawning-daemons.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ describe('daemon spawning', function () {
314314
it('prints the version', (done) => {
315315
ipfsd.version((err, version) => {
316316
expect(err).to.not.exist()
317-
expect(version).to.be.eql('ipfs version 0.4.11')
317+
expect(version).to.equal('ipfs version 0.4.13')
318318
done()
319319
})
320320
})

0 commit comments

Comments
 (0)