diff --git a/README.md b/README.md index 2cd1de7..d4e4c5a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ "Arity" arithmetic engine. +Where to Download +----------------- +```groovy +dependencies { + compile 'com.xlythe:arity:2.1.7' +} +``` + Copyright (C) 2007-2009 Mihai Preda. Licensed under the Apache License, Version 2.0 (the "License"); diff --git a/gradle.properties b/gradle.properties index 7aff32a..09dd3de 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ bintray.libraryName=Arity bintray.groupId=com.xlythe bintray.artifact=arity -bintray.libraryVersion=2.1.6 +bintray.libraryVersion=2.1.7 bintray.libraryDescription='An math library for resolving equations as text'