Skip to content

Commit 7a243d7

Browse files
chore: version package (#15)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6236c20 commit 7a243d7

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/great-needles-remember.md

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

CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- [#14](https://github.com/magicbell/magicbell-swift-user-client/pull/14) [`6236c20`](https://github.com/magicbell/magicbell-swift-user-client/commit/6236c20f2d9015d25f508c44a97d87c484140af3) Thanks [@stigi](https://github.com/stigi)! - Renaming library to magicbell-swift-user-client
8+
39
## 0.2.0
410

511
### Minor Changes

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MagicBellUserClient Swift SDK 0.2.0
1+
# MagicBellUserClient Swift SDK 0.3.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

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

99
## Table of Contents
1010

11-
- [MagicBellUserClient Swift SDK 0.2.0](#magicbelluserclient-swift-sdk-020)
11+
- [MagicBellUserClient Swift SDK 0.3.0](#magicbelluserclient-swift-sdk-020)
1212
- [About the API](#about-the-api)
1313
- [Table of Contents](#table-of-contents)
1414
- [Setup \& Configuration](#setup--configuration)
@@ -41,7 +41,7 @@ To install MagicBell using [Swift Package Manager](https://www.swift.org/package
4141

4242
```swift
4343
dependencies: [
44-
.package(url: "https://github.com/magicbell/magicbell-swift-user-client", .upToNextMajor(from: "0.1.0"))
44+
.package(url: "https://github.com/magicbell/magicbell-swift-user-client", .upToNextMajor(from: "0.3.0"))
4545
]
4646
```
4747

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-user-client",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)