File tree Expand file tree Collapse file tree 5 files changed +11
-5
lines changed
Expand file tree Collapse file tree 5 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 4040 <attribute name =" Class-Path" value =" ${ manifest_cp } " />
4141 <attribute name =" Implementation-Vendor" value =" io.ipfs" />
4242 <attribute name =" Implementation-Title" value =" api" />
43- <attribute name =" Implementation-Version" value =" 1.4.0 " />
43+ <attribute name =" Implementation-Version" value =" 1.4.1 " />
4444 </manifest >
4545 </jar >
4646 </target >
Original file line number Diff line number Diff line change 11version : ' 2'
22services :
33 ipfs-daemon :
4- image : ' ipfs/kubo:v0.17.0 '
4+ image : ' ipfs/kubo:v0.18.1 '
55 ports :
66 - " 4001:4001"
77 - " 5001:5001"
Original file line number Diff line number Diff line change 11#! /bin/sh
2- wget https://dist.ipfs.io/kubo/v0.17.0 /kubo_v0.17.0_linux -amd64.tar.gz -O /tmp/kubo_linux-amd64.tar.gz
2+ wget https://dist.ipfs.io/kubo/v0.18.1 /kubo_v0.18.1_linux -amd64.tar.gz -O /tmp/kubo_linux-amd64.tar.gz
33tar -xvf /tmp/kubo_linux-amd64.tar.gz
44export PATH=$PATH :$PWD /kubo/
55ipfs init
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ wget https://dist.ipfs.io/kubo/v0.18.1/kubo_v0.18.1_darwin-arm64.tar.gz -O /tmp/kubo_darwin-arm64.tar.gz
3+ tar -xvf /tmp/kubo_darwin-arm64.tar.gz
4+ export PATH=$PATH :$PWD /kubo/
5+ ipfs init
6+ ipfs daemon --enable-pubsub-experiment --routing=dhtclient &
Original file line number Diff line number Diff line change 44
55 <groupId >com.github.ipfs</groupId >
66 <artifactId >java-ipfs-http-client</artifactId >
7- <version >v1.4.0 </version >
7+ <version >v1.4.1 </version >
88 <packaging >jar</packaging >
99
1010 <name >java-ipfs-http-client</name >
3434 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
3535 <version .junit>4.13.2</version .junit>
3636 <version .hamcrest>2.2</version .hamcrest>
37- <version .multiaddr>v1.4.6 </version .multiaddr>
37+ <version .multiaddr>v1.4.8 </version .multiaddr>
3838 </properties >
3939
4040 <repositories >
You can’t perform that action at this time.
0 commit comments