Building42 / Telegraph

Secure Web Server for iOS, tvOS and macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Package Manager doesn't find version 0.29

kaden-weber opened this issue · comments

When adding Telegraph as a swift package to an iOS project, Xcode thinks that 0.28.0 is the most up to date version.

I believe this is because there is no semantic versioning compliant tag like 0.29.0

I'd really appreciate your help!

It worked!
Screen Shot 2021-04-20 at 3 58 00 PM

Hi Kaden, I quickly created the 0.29.0 tag yesterday when I saw your message. Today I've merged in your PR and updated the tags. Could you do a quick check for me if everything is still working?

Thank you for your help!

Thanks @yvbeek, the tag, together with my PR, are working perfectly for me. I can now use this repo as a dependency source in my iOS app. Thanks for your quick response!