Skip to content

Commit 59a2b61

Browse files
James RobertsonJames Robertson
authored andcommitted
update version number in install instructions
1 parent 94959f2 commit 59a2b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Add this dependency to your project's POM:
9898
<dependency>
9999
<groupId>org.sendbird</groupId>
100100
<artifactId>sendbird-platform-sdk</artifactId>
101-
<version>1.0.7</version>
101+
<version>1.0.8</version>
102102
</dependency>
103103
</dependencies>
104104
```
@@ -110,7 +110,7 @@ Add this dependency to your project's build file:
110110
```groovy
111111
112112
dependencies {
113-
implementation "org.sendbird:sendbird-platform-sdk:1.0.7"
113+
implementation "org.sendbird:sendbird-platform-sdk:1.0.8"
114114
}
115115
116116
allprojects {

0 commit comments

Comments
 (0)