Release 4.0.5

This commit is contained in:
JP Simard 2021-03-22 21:17:47 -04:00
parent cd589369c4
commit 4ec0a3c5d6
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
## Main ## 4.0.5
##### Breaking ##### Breaking

View File

@ -38,7 +38,7 @@ cmake --build /path/to/build
### Swift Package Manager ### Swift Package Manager
Add `.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.4")` to your Add `.package(url: "https://github.com/jpsim/Yams.git", from: "4.0.5")` to your
`Package.swift` file's `dependencies`. `Package.swift` file's `dependencies`.
### CocoaPods ### CocoaPods

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = 'Yams' s.name = 'Yams'
s.version = '4.0.4' s.version = '4.0.5'
s.summary = 'A sweet and swifty YAML parser.' s.summary = 'A sweet and swifty YAML parser.'
s.homepage = 'https://github.com/jpsim/Yams' s.homepage = 'https://github.com/jpsim/Yams'
s.source = { :git => s.homepage + '.git', :tag => s.version } s.source = { :git => s.homepage + '.git', :tag => s.version }

View File

@ -14,7 +14,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>4.0.4</string> <string>4.0.5</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>