Skip to content

Commit

Permalink
meta: version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iwill committed Oct 25, 2023
1 parent e5e053a commit 6849413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ExCodable.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "ExCodable"
# export LIB_VERSION=$(git describe --tags `git rev-list --tags --max-count=1`)
s.version = ENV["LIB_VERSION"] || "0.5.0"
s.version = ENV["LIB_VERSION"] || "0.6.0"
s.summary = "Key-Mapping Extensions for Swift Codable"
# s.description = "Key-Mapping Extensions for Swift Codable."
s.homepage = "https://github.com/iwill/ExCodable"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,14 +374,14 @@ XCTAssertEqual(copy2, test)
- [Swift Package Manager](https://swift.org/package-manager/):

```swift
.package(url: "https://github.com/iwill/ExCodable", from: "0.5.0")
.package(url: "https://github.com/iwill/ExCodable", from: "0.6.0")

```

- [CocoaPods](http://cocoapods.org):

```ruby
pod 'ExCodable', '~> 0.5.0'
pod 'ExCodable', '~> 0.6.0'

```

Expand Down

0 comments on commit 6849413

Please sign in to comment.