Skip to content

Commit

Permalink
Merge pull request #11 from magicbell/changeset-release/main
Browse files Browse the repository at this point in the history
chore: version package
  • Loading branch information
stigi authored Oct 22, 2024
2 parents 87bbbce + 536e8d0 commit 8959831
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rich-horses-matter.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 @@
# embedded-provision

## 1.1.1

### Patch Changes

- [#10](https://github.com/magicbell/embedded-provision/pull/10) [`c933d0e`](https://github.com/magicbell/embedded-provision/commit/c933d0e11a16c626376aa5dcb044e4dd08816c60) Thanks [@stigi](https://github.com/stigi)! - Fix for ASN1Decoder dependency missing from cocoapods and carthage

## 1.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Apple supports [a lot of different entitlements](https://developer.apple.com/doc
To install MagicBell using [CocoaPods](https://cocoapods.org), add this entry to your `Podfile`:

```ruby
pod 'EmbeddedProvision', '>=1.1.0'
pod 'EmbeddedProvision', '>=1.1.1'
```

**IMPORTANT**: Make sure you specify `use_frameworks!` in your `Podfile`.
Expand All @@ -111,7 +111,7 @@ To install the library using [Swift Package Manager](https://www.swift.org/packa

```swift
dependencies: [
.package(url: "https://github.com/magicbell/embedded-provision", .upToNextMajor(from: "1.1.0"))
.package(url: "https://github.com/magicbell/embedded-provision", .upToNextMajor(from: "1.1.1"))
]
```

Expand All @@ -120,7 +120,7 @@ dependencies: [
To install the library using [Carthage](https://github.com/Carthage/Carthage), add the following dependency to the Carfile :

```ruby
github "magicbell/embedded-provision" "1.1.0"
github "magicbell/embedded-provision" "1.1.1"
```

Then, run `carthage update --use-xcframeworks --platform [iOS|macOS] --no-use-binaries` (selecting the desired platform) to resolve dependencies.
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": "embedded-provision",
"version": "1.1.0",
"version": "1.1.1",
"private": true,
"type": "module",
"devDependencies": {
Expand Down

0 comments on commit 8959831

Please sign in to comment.