docs: point the install snippets at 1.6.0 - #11
Merged
Merged
Conversation
Both snippets still named 1.5.0. Maven and Gradle coordinates are exact, not ranges, so anyone copying them got 1.5.0 verbatim - they missed 1.5.1 entirely, and would have missed 1.6.0 too. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016uJ8Gsfq5iEPsJv6GxHUgU
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Both install snippets still name 1.5.0:
implementation 'com.lettr:lettr-java:1.5.0'Unlike Cargo or npm, Maven and Gradle coordinates are exact versions, not ranges. There is no caret to save you here — anyone copying these lines got 1.5.0 verbatim. They have been missing 1.5.1 (the current release on Maven Central) since August, and would have missed 1.6.0 as well.
Updated both to 1.6.0, matching
VERSIONingradle.propertiesonmain— the version carrying the merged parity work from #10 (purpose, folders, preparation status, idempotent sends).Ordering
1.6.0 is not on Maven Central yet —
<latest>there is 1.5.1. Merge this when 1.6.0 is released, or accept a short window where the README names a version Maven cannot resolve.🤖 Generated with Claude Code
https://claude.ai/code/session_016uJ8Gsfq5iEPsJv6GxHUgU