Skip to content

Commit 95b0c69

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

File tree

8 files changed

+15
-14
lines changed

8 files changed

+15
-14
lines changed

.changeset/heavy-parrots-buy.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# magicbell-java-user-client
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#10](https://github.com/magicbell/magicbell-java-user-client/pull/10) [`8bbcabd`](https://github.com/magicbell/magicbell-java-user-client/commit/8bbcabdfee5eb8bfbeafc43d8a86c10994fa2062) Thanks [@stigi](https://github.com/stigi)! - Renaming library to magicbell-java-user-client
8+
39
## 0.1.3
410

511
### Patch Changes

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MagicbellUserClient Java SDK 0.1.3
1+
# MagicbellUserClient Java SDK 0.2.0
22

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

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

99
- API version: `2.0.0`
10-
- SDK version: `0.1.3`
10+
- SDK version: `0.2.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</groupId>
4242
<artifactId>magicbell-user-client</artifactId>
43-
<version>0.1.3</version>
43+
<version>0.2.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, name: magicbell-user-client, version: 0.1.3
50+
implementation group: com.magicbell, name: magicbell-user-client, version: 0.2.0
5151
```
5252

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

example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.magicbell</groupId>
2424
<artifactId>magicbell-user-client</artifactId>
25-
<version>0.1.3</version>
25+
<version>0.2.0</version>
2626
</dependency>
2727
</dependencies>
2828

kotlin-example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>com.magicbell</groupId>
3838
<artifactId>magicbell-user-client</artifactId>
39-
<version>0.1.3</version>
39+
<version>0.2.0</version>
4040
</dependency>
4141
</dependencies>
4242

liblab.config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"githubRepoName": "magicbell-java-user-client",
3737
"ignoreFiles": [],
3838
"includeKotlinSnippets": true,
39-
"sdkVersion": "0.1.3",
39+
"sdkVersion": "0.2.0",
4040
"liblabVersion": "2"
4141
}
4242
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magicbell-java-user-client",
3-
"version": "0.1.3",
3+
"version": "0.2.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<groupId>com.magicbell</groupId>
1010
<artifactId>magicbell-user-client</artifactId>
11-
<version>0.1.3</version>
11+
<version>0.2.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)