Skip to content

Commit

Permalink
Bump version to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joaolfp committed Oct 28, 2021
1 parent 43a579f commit 4f9a3f8
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.

## Version 0.3.3
**2021-10-27**

- Add support to Carthage and CocoaPods

## Version 0.2.3
**2021-10-27**

Expand Down
2 changes: 1 addition & 1 deletion MagicImages.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Pod::Spec.new do |s|
s.name = 'MagicImages'
s.version = '0.2.3'
s.version = '0.3.3'
s.summary = 'Magic Image is a library to facilitate the development of the image in various ways.'
s.homepage = 'https://github.com/heroesofcode/MagicImages'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![codecov](https://codecov.io/gh/heroesofcode/MagicImages/branch/main/graph/badge.svg?token=LVIQ3H0PTH)](https://codecov.io/gh/heroesofcode/MagicImages)
[![Tag](https://img.shields.io/github/v/tag/heroesofcode/MagicImages?logo=github)](https://github.com/heroesofcode/MagicImages/releases)
[![Swift Version](https://img.shields.io/badge/Swift-5.0.x-orange.svg)]()
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-brightgreen)](https://swift.org/package-manager)
[![License](https://img.shields.io/github/license/joaolfp/ViewState.svg)](https://github.com/joaolfp/DataLife/blob/master/LICENSE)

Expand Down Expand Up @@ -150,6 +151,32 @@ import MagicImages
```
</details>

<details>
<summary><strong>CocoaPods</strong></summary>

```swift
import MagicImages
```

```ruby
target '<Your Target Name>' do
pod 'MagicImages'
end
```

```bash
$ pod install
```
</details>

<details>
<summary><strong>Carthage</strong></summary>

```bash
github "heroesofcode/MagicImages"
```
</details>

## Author
Coded by [João Lucas](https://github.com/joaolfp)

Expand Down

0 comments on commit 4f9a3f8

Please sign in to comment.