Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 876d162

Browse files
committed
Bump version to 0.6.0
1 parent fd1052d commit 876d162

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

AnyCodable-FlightSchool.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = 'AnyCodable-FlightSchool'
33
s.module_name = 'AnyCodable'
4-
s.version = '0.5.0'
4+
s.version = '0.6.0'
55
s.summary = 'Type-erased wrappers for Encodable, Decodable, and Codable values.'
66

77
s.description = <<-DESC

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ let package = Package(
2626
dependencies: [
2727
.package(
2828
url: "https://github.com/Flight-School/AnyCodable",
29-
from: "0.5.0"
29+
from: "0.6.0"
3030
),
3131
]
3232
)
@@ -40,7 +40,7 @@ You can install `AnyCodable` via CocoaPods
4040
by adding the following line to your `Podfile`:
4141

4242
```ruby
43-
pod 'AnyCodable-FlightSchool', '~> 0.5.0'
43+
pod 'AnyCodable-FlightSchool', '~> 0.6.0'
4444
```
4545

4646
Run the `pod install` command to download the library
@@ -59,7 +59,7 @@ To use `AnyCodable` in your Xcode project using Carthage,
5959
specify it in `Cartfile`:
6060

6161
```
62-
github "Flight-School/AnyCodable" ~> 0.5.0
62+
github "Flight-School/AnyCodable" ~> 0.6.0
6363
```
6464

6565
Then run the `carthage update` command to build the framework,

0 commit comments

Comments
 (0)