diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-10-07 01:52:48 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2024-10-07 01:52:48 +0200 |
commit | 82ea42e7dfe989c75eebc072f1cebe0b6c000492 (patch) | |
tree | c4962571f7bb36084a296f5327e2b1d3bb2df462 /root.gradle.kts | |
parent | edbbe1e61afe600b9d111c7bf74db70f07befd2f (diff) | |
download | skyhanni-82ea42e7dfe989c75eebc072f1cebe0b6c000492.tar.gz skyhanni-82ea42e7dfe989c75eebc072f1cebe0b6c000492.tar.bz2 skyhanni-82ea42e7dfe989c75eebc072f1cebe0b6c000492.zip |
Version 0.27 Beta 16
Diffstat (limited to 'root.gradle.kts')
-rw-r--r-- | root.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/root.gradle.kts b/root.gradle.kts index 58285a701..33a21442e 100644 --- a/root.gradle.kts +++ b/root.gradle.kts @@ -14,7 +14,7 @@ plugins { allprojects { group = "at.hannibal2.skyhanni" - version = "0.27.Beta.15" + version = "0.27.Beta.16" repositories { mavenCentral() mavenLocal() |