Skip to content

Commit

Permalink
bump to v2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlythe committed Aug 30, 2022
1 parent ab49249 commit 0f2bdc6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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");
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 0f2bdc6

Please sign in to comment.