Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnisi committed Jan 1, 2022
1 parent bfa4297 commit 8b0e9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
## 1.1.2 (planned)
## 1.1.2 (2022-01-01)

Tolerate feeds without images.

Expand Down
2 changes: 1 addition & 1 deletion 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"),
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Expand Up @@ -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"),
Expand Down

0 comments on commit 8b0e9bf

Please sign in to comment.