We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e170583 commit 5e6885fCopy full SHA for 5e6885f
README.md
@@ -467,7 +467,7 @@ in your build script (please verify the version number to be the newest release)
467
<dependency>
468
<groupId>ch.obermuhlner</groupId>
469
<artifactId>big-math</artifactId>
470
- <version>2.0.0</version>
+ <version>2.1.0</version>
471
</dependency>
472
```
473
@@ -479,6 +479,6 @@ repositories {
479
}
480
481
dependencies {
482
- compile 'ch.obermuhlner:big-math:2.0.0'
+ compile 'ch.obermuhlner:big-math:2.1.0'
483
484
ch.obermuhlner.math.big/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'signing'
5
apply plugin: 'jacoco'
6
7
group = 'ch.obermuhlner'
8
-version = '2.0.1'
+version = '2.1.0'
9
archivesBaseName = 'big-math'
10
11
ext {
0 commit comments