From 26455e8a3f1ee68ab83dc204815a2fd054785af2 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Fri, 21 Aug 2020 12:02:28 -0400 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 2 +- README.md | 2 +- Yams.podspec | 2 +- Yams.xcodeproj/Yams_Info.plist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f40e951..f323d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Master +## 4.0.0 ##### Breaking diff --git a/README.md b/README.md index d6c7c14..2f804ad 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/Yams.podspec b/Yams.podspec index bde1e4c..84f1a23 100644 --- a/Yams.podspec +++ b/Yams.podspec @@ -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 } diff --git a/Yams.xcodeproj/Yams_Info.plist b/Yams.xcodeproj/Yams_Info.plist index b2cf5a5..dc13bda 100644 --- a/Yams.xcodeproj/Yams_Info.plist +++ b/Yams.xcodeproj/Yams_Info.plist @@ -14,7 +14,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 4.0.0 CFBundleSignature ???? CFBundleVersion