Skip to content

Commit 3f7a15b

Browse files
chore: version package (#5)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 123873f commit 3f7a15b

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.changeset/early-paws-marry.md

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

.changeset/sixty-flowers-lay.md

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

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# magicbell-swift-client
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [`123873f`](https://github.com/magicbell/magicbell-swift-client/commit/123873f78f8b93102e60b3d7789caa20662adf86) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Adjusts generations scripts for documentation and code
8+
9+
- [`123873f`](https://github.com/magicbell/magicbell-swift-client/commit/123873f78f8b93102e60b3d7789caa20662adf86) Thanks [@github-actions[bot]](https://github.com/github-actions%5Bbot%5D)! - Adds release discussion workflow
10+
311
## 0.1.0
412

513
### Minor Changes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MagicBellClient Swift SDK 0.1.0
1+
# MagicBellClient Swift SDK 0.1.1
22

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

@@ -8,7 +8,7 @@ OpenAPI 3.0.3 Specification for MagicBell API.
88

99
## Table of Contents
1010

11-
- [MagicBellClient Swift SDK 0.1.0](#magicbellclient-swift-sdk-010)
11+
- [MagicBellClient Swift SDK 0.1.1](#magicbellclient-swift-sdk-010)
1212
- [About the API](#about-the-api)
1313
- [Table of Contents](#table-of-contents)
1414
- [Setup \& Configuration](#setup--configuration)
@@ -41,7 +41,7 @@ This SDK is compatible with the following versions:
4141
If you use [CocoaPods](https://cocoapods.org), place the following within your `Podfile`:
4242

4343
```ruby
44-
pod 'MagicBellClient', '>=0.1.0'
44+
pod 'MagicBellClient', '>=0.1.1'
4545
```
4646

4747
**IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`.

package.json

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

0 commit comments

Comments
 (0)