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