File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
src/main/java/com/corbado/sdk Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can find the latest SDK version at [central repository](https://repo1.maven.
2727Add 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
Original file line number Diff line number Diff line change 1- 1.0.7
1+ 1.0.8
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments