We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b693869 commit a15245eCopy full SHA for a15245e
2 files changed
bom/pom.xml
@@ -8,8 +8,8 @@
8
<name>TDLight Java BOM</name>
9
<properties>
10
<revision>3.0.0.0-SNAPSHOT</revision>
11
- <tdlight.natives.version>4.0.492</tdlight.natives.version>
12
- <tdlight.api.version>4.0.462</tdlight.api.version>
+ <tdlight.natives.version>4.0.493</tdlight.natives.version>
+ <tdlight.api.version>4.0.463</tdlight.api.version>
13
<maven.compiler.source>1.8</maven.compiler.source>
14
<maven.compiler.target>1.8</maven.compiler.target>
15
</properties>
example/pom.xml
@@ -26,7 +26,7 @@
26
<dependency>
27
<groupId>it.tdlight</groupId>
28
<artifactId>tdlight-java-bom</artifactId>
29
- <version>3.2.0+td.1.8.21</version>
+ <version>3.2.1+td.1.8.21</version>
30
<type>pom</type>
31
<scope>import</scope>
32
</dependency>
0 commit comments