diff options
author | zaaarf <zaaarf@proton.me> | 2023-02-24 16:35:16 +0100 |
---|---|---|
committer | zaaarf <zaaarf@proton.me> | 2023-02-24 16:35:16 +0100 |
commit | eae4143207857fed115750dae57b4742c9d3465d (patch) | |
tree | 6d32cee82887fbfb0c438434f8812f74f2e8b9fe | |
parent | 67357c41e8ed52bb2de3be762d9e1b646e17c69e (diff) |
doc: updated version in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ repositories { maven { url = 'https://maven.fantabos.co' } } dependencies { - implementation 'ftbsc:lll:0.0.3' + implementation 'ftbsc:lll:0.2.0' } ``` |