Skip to content

Commit f464301

Browse files
committed
prepares release 1.0.8
1 parent 8f65bae commit f464301

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find the latest SDK version at [central repository](https://repo1.maven.
2727
Add this dependency to your project's build file:
2828

2929
```groovy
30-
implementation "com.corbado:corbado-java:1.0.7"
30+
implementation "com.corbado:corbado-java:1.0.8"
3131
```
3232

3333
#### Maven users
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838
<dependency>
3939
<groupId>com.corbado</groupId>
4040
<artifactId>corbado-java</artifactId>
41-
<version>1.0.7</version>
41+
<version>1.0.8</version>
4242
</dependency>
4343
```
4444

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.7
1+
1.0.8

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<groupId>com.corbado</groupId>
44
<artifactId>corbado-java</artifactId>
55
<packaging>jar</packaging>
6-
<version>1.0.7</version>
6+
<version>1.0.8</version>
77
<name>Corbado Java</name>
88
<description>Corbado Java SDK</description>
99
<url>https://github.com/corbado/corbado-java</url>

src/main/java/com/corbado/sdk/CorbadoSdk.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ private static String getLanguageVersion() {
104104
* @return the version
105105
*/
106106
public String getVersion() {
107-
return "1.0.7";
107+
return "1.0.8";
108108
}
109109
}

0 commit comments

Comments
 (0)