Skip to content

Commit

Permalink
chore: version package (#6)
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 17, 2024
1 parent d92ca8d commit 90a8461
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/brown-waves-begin.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# magicbell-java-client

## 0.1.2

### Patch Changes

- [#5](https://github.com/magicbell/magicbell-java-client/pull/5) [`d92ca8d`](https://github.com/magicbell/magicbell-java-client/commit/d92ca8d33075a2a3745fcc6ac57d203e0c18edda) Thanks [@stigi](https://github.com/stigi)! - Adds release discussion workflow

## 0.1.1

### Patch Changes
Expand Down
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.1.1
# MagicbellJavaClient Java SDK 0.1.2

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.1.1`
- SDK version: `0.1.2`

## 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.1.1</version>
<version>0.1.2</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.1.1
implementation group: com.magicbell.client, name: magicbell-java-client, version: 0.1.2
```

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.1.1</version>
<version>0.1.2</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.1.1</version>
<version>0.1.2</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 @@ -36,7 +36,7 @@
"githubRepoName": "magicbell-java-client",
"ignoreFiles": [],
"includeKotlinSnippets": true,
"sdkVersion": "0.1.1",
"sdkVersion": "0.1.2",
"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.1.1",
"version": "0.1.2",
"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.1.1</version>
<version>0.1.2</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 90a8461

Please sign in to comment.