Skip to content

Commit 2d64e0f

Browse files
committed
prepare for 4.3.3 release [ci skip]
1 parent 5296d53 commit 2d64e0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,17 +102,17 @@ Add the following dependencies in your pom.xml file. You will need at least xcha
102102
<dependency>
103103
<groupId>org.knowm.xchange</groupId>
104104
<artifactId>xchange-core</artifactId>
105-
<version>4.3.2</version>
105+
<version>4.3.3</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.knowm.xchange</groupId>
109109
<artifactId>xchange-examples</artifactId>
110-
<version>4.3.2</version>
110+
<version>4.3.3</version>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.knowm.xchange</groupId>
114114
<artifactId>xchange-XYZ</artifactId>
115-
<version>4.3.2</version>
115+
<version>4.3.3</version>
116116
</dependency>
117117

118118
For snapshots, add the following repository to your pom.xml file.
@@ -125,7 +125,7 @@ For snapshots, add the following repository to your pom.xml file.
125125

126126
The current snapshot version is:
127127

128-
4.3.3-SNAPSHOT
128+
4.3.4-SNAPSHOT
129129

130130
## Building with Maven
131131

0 commit comments

Comments
 (0)