swiftlang / swift-docc-plugin

Swift Package Manager command plugin for Swift-DocC
https://swiftpackageindex.com/apple/swift-docc-plugin/1.3.0/documentation/swiftdoccplugin
Apache License 2.0
316 stars 54 forks source link

bump to current version in example snippet #69

Closed dastrobu closed 2 months ago

dastrobu commented 9 months ago

Summary

bump to current version in example snippet## Dependencies

Checklist

Make sure you check off the following items. If they cannot be completed, provide a reason.

heckj commented 2 months ago

@dastrobu this isn't strictly needed, since the from: stanza in the dependency tells SwiftPM (or Xcode) to get resolve with this as a minimum version, up to the next major semantic version. So adding in updates to the README for each of the version increments wouldn't make using it as an example value in a real project any more or less effective.