Skip to content

Commit

Permalink
chore: version package (#2)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
MagicBella and github-actions[bot] authored Dec 16, 2024
1 parent 8d00ac4 commit 3798442
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .changeset/auto-bump-magicbell-java-client-1734348312.md

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# magicbell-java-client
# magicbell-java-client
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MagicbellJavaClient Java SDK 0.0.1
# MagicbellJavaClient Java SDK 0.1.0

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

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

- API version: `2.0.0`
- SDK version: `0.0.1`
- SDK version: `0.1.0`

## About the API

Expand Down Expand Up @@ -40,14 +40,14 @@ If you use Maven, place the following within the _dependency_ tag in your `pom.x
<dependency>
<groupId>com.magicbell.client</groupId>
<artifactId>magicbell-java-client</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
```

If you use Gradle, paste the next line inside the _dependencies_ block of your `build.gradle` file:

```Gradle
implementation group: com.magicbell.client, name: magicbell-java-client, version: 0.0.1
implementation group: com.magicbell.client, name: magicbell-java-client, version: 0.1.0
```

If you use JAR files, package the SDK by running the following command:
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.magicbell.client</groupId>
<artifactId>magicbell-java-client</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion kotlin-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.magicbell.client</groupId>
<artifactId>magicbell-java-client</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion liblab.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"githubRepoName": "magicbell-java-client",
"ignoreFiles": [],
"includeKotlinSnippets": true,
"sdkVersion": "0.0.1",
"sdkVersion": "0.1.0",
"liblabVersion": "2"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magicbell-java-client",
"version": "0.0.1",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<groupId>com.magicbell.client</groupId>
<artifactId>magicbell-java-client</artifactId>
<version>0.0.1</version>
<version>0.1.0</version>

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

0 comments on commit 3798442

Please sign in to comment.