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 35719e3 commit 12ce5b1Copy full SHA for 12ce5b1
README.md
@@ -13,7 +13,7 @@ repositories {
13
}
14
15
dependencies {
16
- compileOnly 'com.github.Epsilon-APP.EpsilonExporter:epsilon-exporter-api:v2.1.0'
+ compileOnly 'com.github.Epsilon-APP.EpsilonExporter:epsilon-exporter-api:v2.1.1'
17
18
```
19
@@ -30,7 +30,7 @@ Import with Maven
30
<dependency>
31
<groupId>com.github.Epsilon-APP.EpsilonExporter</groupId>
32
<artifactId>epsilon-exporter-api</artifactId>
33
- <version>v2.1.0</version>
+ <version>v2.1.1</version>
34
</dependency>
35
36
## Authors
build.gradle
@@ -1,6 +1,6 @@
1
allprojects {
2
group 'fr.epsilon'
3
- version '2.0.1'
+ version '2.1.1'
4
5
6
buildscript {
0 commit comments