From 63a04f7f64a8479404556c16da2fc10d92214f60 Mon Sep 17 00:00:00 2001 From: vivekpshaligram <127187205+vivekpshaligram@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:10:04 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81735e0..de494b0 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the dependency ``` dependencies { - implementation 'com.github.vivekpshaligram:sit-common:2.0.0' + implementation 'com.github.vivekpshaligram:sit-common:2.0.1' } ``` @@ -201,4 +201,4 @@ is not re-emitted when the UI is recreated. - `Single Consumption`: Ensures that an event is consumed only once by observers. - `Lifecycle-Aware`: Integrates seamlessly with Android's lifecycle components. -- `Thread-Safe`: Uses AtomicBoolean to manage the event state safely across threads. \ No newline at end of file +- `Thread-Safe`: Uses AtomicBoolean to manage the event state safely across threads. From f3f3b9a62d0348013ee75e18dbb772951cb4c7ea Mon Sep 17 00:00:00 2001 From: vivekpshaligram <127187205+vivekpshaligram@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:00:26 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de494b0..bd44660 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the dependency ``` dependencies { - implementation 'com.github.vivekpshaligram:sit-common:2.0.1' + implementation 'com.github.vivekpshaligram:sit-common:2.0.2' } ```