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

Commit 605c83b

Browse files
committedNov 12, 2021
chore: updated versions
1 parent 568aead commit 605c83b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
 

‎packages/ipfs-core/src/version.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

2-
export const ipfsCore = '0.11.1'
3-
export const commit = ''
4-
export const interfaceIpfsCore = '^0.151.1'
2+
export const ipfsCore = '0.12.0'
3+
export const commit = '568aeadd8f308cc230de06a956c1a9e6102094b6'
4+
export const interfaceIpfsCore = '^0.152.0'
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
export const ipfsHttpClient = '^53.0.1'
2+
export const ipfsHttpClient = '^54.0.0'

‎packages/ipfs/src/package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
export const name = 'ipfs'
3-
export const version = '0.59.1'
3+
export const version = '0.60.0'
44
export const node = '>=14.0.0'

0 commit comments

Comments
 (0)
This repository has been archived.