From 4b6baa8c0436a57f6eba37b5eb3ed0ab596547d6 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Mon, 16 Jan 2023 08:58:03 -0500 Subject: [PATCH] Update versions to 5.0.2 --- README.md | 2 +- Yams.podspec | 2 +- Yams.xcodeproj/Yams_Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5703f427..5efb2469 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: "5.0.1")` to your +Add `.package(url: "https://github.com/jpsim/Yams.git", from: "5.0.2")` to your `Package.swift` file's `dependencies`. ### CocoaPods diff --git a/Yams.podspec b/Yams.podspec index 12605bd0..5349b95a 100644 --- a/Yams.podspec +++ b/Yams.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Yams' - s.version = '5.0.1' + s.version = '5.0.2' 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 3aa091d5..144fd848 100644 --- a/Yams.xcodeproj/Yams_Info.plist +++ b/Yams.xcodeproj/Yams_Info.plist @@ -14,7 +14,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.1 + 5.0.2 CFBundleSignature ???? CFBundleVersion