Skip to content

Commit 12ce5b1

Browse files
committed
Version 2.1.1
1 parent 35719e3 commit 12ce5b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414
1515
dependencies {
16-
compileOnly 'com.github.Epsilon-APP.EpsilonExporter:epsilon-exporter-api:v2.1.0'
16+
compileOnly 'com.github.Epsilon-APP.EpsilonExporter:epsilon-exporter-api:v2.1.1'
1717
}
1818
```
1919

@@ -30,7 +30,7 @@ Import with Maven
3030
<dependency>
3131
<groupId>com.github.Epsilon-APP.EpsilonExporter</groupId>
3232
<artifactId>epsilon-exporter-api</artifactId>
33-
<version>v2.1.0</version>
33+
<version>v2.1.1</version>
3434
</dependency>
3535
```
3636
## Authors

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
allprojects {
22
group 'fr.epsilon'
3-
version '2.0.1'
3+
version '2.1.1'
44
}
55

66
buildscript {

0 commit comments

Comments
 (0)