@@ -36,15 +36,15 @@ The samples below show how a published SDK artifact is used:
3636
3737Gradle:
3838``` groovy
39- implementation 'dev.hathora:cloud-sdk:3.0.2 '
39+ implementation 'dev.hathora:cloud-sdk:3.0.3 '
4040```
4141
4242Maven:
4343``` xml
4444<dependency >
4545 <groupId >dev.hathora</groupId >
4646 <artifactId >cloud-sdk</artifactId >
47- <version >3.0.2 </version >
47+ <version >3.0.3 </version >
4848</dependency >
4949```
5050
@@ -95,7 +95,6 @@ public class Application {
9595 .authConfiguration(AuthConfiguration . builder()
9696 .build())
9797 .build())
98- .orgId(" org-6f706e83-0ec1-437a-9a46-7d4281eb2f39" )
9998 .call();
10099
101100 if (res. application(). isPresent()) {
@@ -355,7 +354,6 @@ public class Application {
355354 .authConfiguration(AuthConfiguration . builder()
356355 .build())
357356 .build())
358- .orgId(" org-6f706e83-0ec1-437a-9a46-7d4281eb2f39" )
359357 .call();
360358
361359 if (res. application(). isPresent()) {
@@ -408,7 +406,6 @@ public class Application {
408406 .authConfiguration(AuthConfiguration . builder()
409407 .build())
410408 .build())
411- .orgId(" org-6f706e83-0ec1-437a-9a46-7d4281eb2f39" )
412409 .call();
413410
414411 if (res. application(). isPresent()) {
@@ -461,7 +458,6 @@ public class Application {
461458 .authConfiguration(AuthConfiguration . builder()
462459 .build())
463460 .build())
464- .orgId(" org-6f706e83-0ec1-437a-9a46-7d4281eb2f39" )
465461 .call();
466462
467463 if (res. application(). isPresent()) {
@@ -502,7 +498,6 @@ public class Application {
502498 .authConfiguration(AuthConfiguration . builder()
503499 .build())
504500 .build())
505- .orgId(" org-6f706e83-0ec1-437a-9a46-7d4281eb2f39" )
506501 .call();
507502
508503 if (res. application(). isPresent()) {
@@ -552,7 +547,6 @@ public class Application {
552547 .authConfiguration(AuthConfiguration . builder()
553548 .build())
554549 .build())
555- .orgId(" org-6f706e83-0ec1-437a-9a46-7d4281eb2f39" )
556550 .call();
557551
558552 if (res. application(). isPresent()) {
0 commit comments