Skip to content

Commit 4d7f2d1

Browse files
committed
updated version in readme
1 parent c08fd1a commit 4d7f2d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Plugin SDK for Java
1+
:# Plugin SDK for Java
22

33
If you are developing your own plugin for your Staffbase app we describe the authentication flow of a plugin at https://developers.staffbase.com/api/plugin-sso/. While this documentation just covers the conceptual ideas of the interface of plugins though – the so called Plugin SSO – we want to provide a library to help you develop your first plugin for Staffbase even faster. This SDK provides the basic functionality to parse and verify a provided token for Java.
44

@@ -12,15 +12,15 @@ We provide our Plugin SDK via Maven Central Repository (https://repo1.maven.org/
1212
<dependency>
1313
<groupId>com.staffbase</groupId>
1414
<artifactId>plugins-sdk-java</artifactId>
15-
<version>1.0.0</version>
15+
<version>1.1.1</version>
1616
</dependency>
1717
```
1818

1919
### Gradle
2020

2121
```
2222
dependencies {
23-
compile 'com.staffbase:plugins-sdk-java:1.0.0'
23+
compile 'com.staffbase:plugins-sdk-java:1.1.1'
2424
}
2525
```
2626

0 commit comments

Comments
 (0)