Release 4.0.0

This commit is contained in:
JP Simard 2020-08-21 12:02:28 -04:00
parent 3623ce6e2e
commit 26455e8a3f
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 @@
## Master
## 4.0.0
##### Breaking

View File

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

View File

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

View File

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