Skip to content

Commit

Permalink
Version bumped to 3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sp0x committed Apr 27, 2021
1 parent 38ac62f commit 2dc4d4c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can install this SDK in a couple of ways:
<dependency>
<groupId>com.queue-it.connector</groupId>
<artifactId>connector</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion SDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.queue-it.connector</groupId>
<artifactId>connector</artifactId>
<version>3.6.1</version>
<version>3.6.2</version>
<name>KnownUserV3</name>
<description>SDK for integrating your application with Queue-it</description>
<url>https://github.com/queueit/KnownUser.V3.JAVA</url>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void extendQueueCookie(

class UserInQueueService implements IUserInQueueService {

public static final String SDK_VERSION = "v3-java-" + "3.6.1";
public static final String SDK_VERSION = "v3-java-" + "3.6.2";
public final IUserInQueueStateRepository _userInQueueStateRepository;

public UserInQueueService(IUserInQueueStateRepository queueStateRepository) {
Expand Down

0 comments on commit 2dc4d4c

Please sign in to comment.