Skip to content

Commit 3798442

Browse files
chore: version package (#2)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8d00ac4 commit 3798442

File tree

8 files changed

+10
-15
lines changed

8 files changed

+10
-15
lines changed

.changeset/auto-bump-magicbell-java-client-1734348312.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# magicbell-java-client
1+
# magicbell-java-client

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MagicbellJavaClient Java SDK 0.0.1
1+
# MagicbellJavaClient Java SDK 0.1.0
22

33
Welcome to the MagicbellJavaClient SDK documentation. This guide will help you get started with integrating and using the MagicbellJavaClient SDK in your project.
44

@@ -7,7 +7,7 @@ Welcome to the MagicbellJavaClient SDK documentation. This guide will help you g
77
## Versions
88

99
- API version: `2.0.0`
10-
- SDK version: `0.0.1`
10+
- SDK version: `0.1.0`
1111

1212
## About the API
1313

@@ -40,14 +40,14 @@ If you use Maven, place the following within the _dependency_ tag in your `pom.x
4040
<dependency>
4141
<groupId>com.magicbell.client</groupId>
4242
<artifactId>magicbell-java-client</artifactId>
43-
<version>0.0.1</version>
43+
<version>0.1.0</version>
4444
</dependency>
4545
```
4646

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.1
50+
implementation group: com.magicbell.client, name: magicbell-java-client, version: 0.1.0
5151
```
5252

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

example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.magicbell.client</groupId>
2424
<artifactId>magicbell-java-client</artifactId>
25-
<version>0.0.1</version>
25+
<version>0.1.0</version>
2626
</dependency>
2727
</dependencies>
2828

kotlin-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.magicbell.client</groupId>
3838
<artifactId>magicbell-java-client</artifactId>
39-
<version>0.0.1</version>
39+
<version>0.1.0</version>
4040
</dependency>
4141
</dependencies>
4242

liblab.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"githubRepoName": "magicbell-java-client",
3131
"ignoreFiles": [],
3232
"includeKotlinSnippets": true,
33-
"sdkVersion": "0.0.1",
33+
"sdkVersion": "0.1.0",
3434
"liblabVersion": "2"
3535
}
3636
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicbell-java-client",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.magicbell.client</groupId>
1010
<artifactId>magicbell-java-client</artifactId>
11-
<version>0.0.1</version>
11+
<version>0.1.0</version>
1212

1313
<!-- See https://central.sonatype.org/publish/requirements/#project-name-description-and-url -->
1414
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)