From 82e7b8c0317ee5a50192fa64fdb51947f2e4389e Mon Sep 17 00:00:00 2001 From: Swap Date: Fri, 5 Jun 2020 03:15:08 -0700 Subject: [PATCH] Update README.md Bump version to 1.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01b19ab..7b74358 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ allprojects { ```kotlin dependencies { - implementation 'com.github.switchswap:usc-menu-kt:0.0.1' + implementation 'com.github.switchswap:usc-menu-kt:v1.0.0' } ``` @@ -49,7 +49,7 @@ dependencies { com.github.switchswap usc-menu-kt - 0.0.1 + v1.0.0 ```