Skip to content

Commit b1c6349

Browse files
committed
upgrade version to v0.3
1 parent ab633c2 commit b1c6349

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

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

77
<groupId>org.qubiclite</groupId>
88
<artifactId>qlite.lib.java</artifactId>
9-
<version>0.2.1-SNAPSHOT</version>
9+
<version>0.3</version>
1010
<packaging>pom</packaging>
1111
<name>QLite</name>
1212
<description>The Qubic Lite library provides a framework to interact with the Qubic Lite protocol by creating, reading and processing qubics.</description>

qlite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.qubiclite</groupId>
77
<artifactId>qlite.lib.java</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>0.3</version>
99
</parent>
1010

1111
<name>QLite : Library</name>

qlite/src/main/java/constants/GeneralConstants.java

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

33
public class GeneralConstants {
44

5-
public static final String VERSION = "ql-0.2.1-SNAPSHOT";
5+
public static final String VERSION = "ql-0.3";
66

77
public static final int QLVM_MAX_VALUE_LENGTH = 5000;
88

0 commit comments

Comments
 (0)