Skip to content

docs: point the install snippets at 1.6.0 - #11

Merged
voj-tech-j merged 1 commit into
mainfrom
docs/readme-version
Sep 11, 2026
Merged

voj-tech-j merged 1 commit into
mainfrom
docs/readme-version

Conversation

@voj-tech-j

Copy link
Copy Markdown
Contributor

Both install snippets still name 1.5.0:

implementation 'com.lettr:lettr-java:1.5.0'
<version>1.5.0</version>

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 VERSION in gradle.properties on main — 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

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
@voj-tech-j
voj-tech-j merged commit 78aacbd into main Sep 11, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant