Skip to content

Commit 4309bd2

Browse files
committed
1.3.0
1 parent e57d79c commit 4309bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ for Maven, you can add the follwing sections to your POM.XML:
5353

5454
## Releasing
5555

56-
The version number is specified in the `pom.xml` file and must be changed 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 to work.
56+
The version number is specified in the `pom.xml` file and must be changed in order to be accurately reflected in the JAR file manifest. A git tag must be added in the format "x.x.x" for JitPack to work.
5757

5858
## Maintainers
5959

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.multiformats</groupId>
66
<artifactId>java-multibase</artifactId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
<packaging>jar</packaging>
99

1010
<name>multibase</name>

0 commit comments

Comments
 (0)