From 3c3c980d03264934c68d74c1bbc7b29eafd8b72f Mon Sep 17 00:00:00 2001 From: Omar Basem Date: Fri, 11 Feb 2022 15:15:36 +0400 Subject: [PATCH] Docs updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78f20f4..940f1ea 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ common handler methods needed for the Stick protocol client-side. Gradle: ```gradle dependencies { - implementation 'com.github.stickapp:stick-protocol:1.2.1' + implementation 'com.github.stickapp:stick-protocol:1.2.2' } ```