Skip to content

Commit

Permalink
meta: version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iwill committed Oct 25, 2023
1 parent a4622b5 commit b38d5c5
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"] || "1.0.0-alpha"
s.version = ENV["LIB_VERSION"] || "1.0.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 @@ -379,14 +379,14 @@ XCTAssertEqual(copy2, test)
- [Swift Package Manager](https://swift.org/package-manager/):

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

```

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

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

```

Expand Down

0 comments on commit b38d5c5

Please sign in to comment.