Skip to content

Commit acf0115

Browse files
authored
chore: releasing v1.3.3 (#174)
1 parent c9ed6ac commit acf0115

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,9 @@ Current versions of dependencies are included in the `./lib` directory.
105105
* [multihash](https://github.com/multiformats/java-multihash)
106106
* [cid](https://github.com/ipld/java-cid)
107107

108+
## Releasing
109+
The version number is specified in `build.xml` and `pom.xml` and must be changed in both places in order to be accurately reflected in the JAR file manifest. A git tag must be added in the format `vx.x.x` for [JitPack](https://jitpack.io/#ipfs/java-ipfs-http-client/) to work.
110+
108111
## Contribute
109112

110113
Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/java-ipfs-api/issues)!

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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.3.0"/>
43+
<attribute name="Implementation-Version" value="1.3.3"/>
4444
</manifest>
4545
</jar>
4646
</target>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.ipfs</groupId>
66
<artifactId>java-ipfs-http-client</artifactId>
7-
<version>v1.3.2</version>
7+
<version>v1.3.3</version>
88
<packaging>jar</packaging>
99

1010
<name>java-ipfs-http-client</name>

0 commit comments

Comments
 (0)