Skip to content

Commit fa2259b

Browse files
committed
chore: adjust version in readme instructions
1 parent 22fba64 commit fa2259b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you use Maven, place the following within the _dependency_ tag in your `pom.x
4747
If you use Gradle, paste the next line inside the _dependencies_ block of your `build.gradle` file:
4848

4949
```Gradle
50-
implementation group: com.magicbell.client, name: magicbell-java-client, version: 0.0.0
50+
implementation group: com.magicbell.client, name: magicbell-java-client, version: 0.0.1
5151
```
5252

5353
If you use JAR files, package the SDK by running the following command:

src/main/java/com/magicbell/client/magicbelljavaclient/validation/validators/modelValidators/WebPushStartInstallationResponseValidator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
package com.magicbell.client.magicbelljavaclient.validation.validators.modelValidators;
32

43
import com.magicbell.client.magicbelljavaclient.models.WebPushStartInstallationResponse;

0 commit comments

Comments
 (0)