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' } ```