From f3e61d922b28426731919ec5a0cf0d722d8b702c Mon Sep 17 00:00:00 2001 From: tarivs Date: Tue, 21 Jul 2020 11:51:38 +0800 Subject: [PATCH] Update README.markdown update version --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 49f720d..1b6fd4e 100644 --- a/README.markdown +++ b/README.markdown @@ -23,7 +23,7 @@ You can now use Maven to pull in SunriseSunsetLib into your project, just add: com.luckycatlabs SunriseSunsetCalculator - 1.2 + 1.3-SNAPSHOT ``` @@ -37,7 +37,7 @@ repositories { } dependencies { - compile 'com.luckycatlabs:SunriseSunsetCalculator:1.2' + compile 'com.luckycatlabs:SunriseSunsetCalculator:1.3-SNAPSHOT' } ```