Skip to content

Commit ccee347

Browse files
committed
chore: bump to version 0.28 for ab cloud 3.40
1 parent 6de7eb9 commit ccee347

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
}
1212

1313
group = 'net.accelbyte.sdk'
14-
version = '0.27.0'
14+
version = '0.28.0'
1515

1616
compileJava.options.encoding = 'UTF-8'
1717
sourceCompatibility = 1.8
@@ -65,7 +65,7 @@ publishing {
6565
mavenJava(MavenPublication){
6666
//groupId = 'net.accelbyte.sdk'
6767
artifactId = 'sdk'
68-
//version = '0.0.0'
68+
//version = '0.28.0'
6969
from components.java
7070

7171
afterEvaluate {

samples/getting-started/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
// This dependency is used by the application.
2424
implementation 'com.google.guava:guava:31.0.1-jre'
2525

26-
implementation 'net.accelbyte.sdk:sdk:0.26.0'
26+
implementation 'net.accelbyte.sdk:sdk:0.27.0'
2727
}
2828

2929
application {

src/main/java/net/accelbyte/sdk/core/SDKInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class SDKInfo {
1414
private static final SDKInfo instance = new SDKInfo();
1515

1616
private String sdkName = "AccelByteJavaSDK";
17-
private String sdkVersion = "0.27.0";
17+
private String sdkVersion = "0.28.0";
1818

1919
private SDKInfo() {}
2020

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.27.0
1+
0.28.0

0 commit comments

Comments
 (0)