From 8b0e9bfdf33d0831a77b274a1a7a7ce30ea10b6e Mon Sep 17 00:00:00 2001 From: Michael Nisi Date: Sat, 1 Jan 2022 12:32:25 +0100 Subject: [PATCH] Prepare release --- CHANGELOG.md | 2 +- LICENSE | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2359a38..5eef01d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.1.2 (planned) +## 1.1.2 (2022-01-01) Tolerate feeds without images. diff --git a/LICENSE b/LICENSE index ed6e90c..50ff687 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2021 by Michael Nisi +Copyright (C) 2022 by Michael Nisi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), diff --git a/Package.swift b/Package.swift index 52eaea6..5117cac 100644 --- a/Package.swift +++ b/Package.swift @@ -24,7 +24,7 @@ let package = Package( targets: ["Podcasts"]), ], dependencies: [ - .package(name: "FeedKit", url: "https://github.com/michaelnisi/feedkit", from: "18.1.0"), + .package(name: "FeedKit", url: "https://github.com/michaelnisi/feedkit", from: "19.0.0"), .package(name: "Playback", url: "https://github.com/michaelnisi/playback", from: "12.1.0"), .package(name: "FileProxy", url: "https://github.com/michaelnisi/fileproxy", from: "6.0.0"), .package(name: "HTMLAttributor", url: "https://github.com/michaelnisi/hattr", from: "6.0.0"),