From beb99c495ae14425427c910dc7873bbba47f536b Mon Sep 17 00:00:00 2001 From: andihasan97 Date: Tue, 9 Jan 2024 07:33:25 +0700 Subject: [PATCH] Release v5.0.6 --- .androidide/editor/openedFiles.json | 56 ++++++++++++++++++++++------- lib/build.gradle.kts | 4 +-- 2 files changed, 45 insertions(+), 15 deletions(-) diff --git a/.androidide/editor/openedFiles.json b/.androidide/editor/openedFiles.json index 13eb46f..d441ca8 100644 --- a/.androidide/editor/openedFiles.json +++ b/.androidide/editor/openedFiles.json @@ -4,14 +4,14 @@ "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/main/kotlin/com/andihasan7/lib/irsyadulmurid/GerhanaBulan/IrsyadGerhanaBulan.kt", "selection": { "end": { - "column": 49, - "index": 8875, - "line": 256 + "column": 5, + "index": 7448, + "line": 188 }, "start": { - "column": 49, - "index": 8875, - "line": 256 + "column": 5, + "index": 7448, + "line": 188 } } }, @@ -19,17 +19,47 @@ "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/test/kotlin/com/andihasan7/lib/irsyadulmurid/LibraryTest.kt", "selection": { "end": { - "column": 42, - "index": 9668, - "line": 260 + "column": 63, + "index": 11266, + "line": 287 }, "start": { - "column": 42, - "index": 9668, - "line": 260 + "column": 63, + "index": 11266, + "line": 287 + } + } + }, + { + "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/README.md", + "selection": { + "end": { + "column": 13, + "index": 2420, + "line": 68 + }, + "start": { + "column": 13, + "index": 2420, + "line": 68 + } + } + }, + { + "file": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/build.gradle.kts", + "selection": { + "end": { + "column": 16, + "index": 647, + "line": 19 + }, + "start": { + "column": 16, + "index": 647, + "line": 19 } } } ], - "selectedFile": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/src/main/kotlin/com/andihasan7/lib/irsyadulmurid/GerhanaBulan/IrsyadGerhanaBulan.kt" + "selectedFile": "/storage/emulated/0/lib-hisab-irsyadulmurid/lib/build.gradle.kts" } \ No newline at end of file diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 06102fa..1afeeab 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -16,8 +16,8 @@ plugins { `maven-publish` } -group = "com.github.andihasan97" -version = "5.0.4" +group = "com.github.hasanelfalakiy" +version = "5.0.6" repositories { // Use Maven Central for resolving dependencies.