Skip to content

Commit 5e6885f

Browse files
committed
switch to release 2.1.0 in gradle
1 parent e170583 commit 5e6885f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ in your build script (please verify the version number to be the newest release)
467467
<dependency>
468468
<groupId>ch.obermuhlner</groupId>
469469
<artifactId>big-math</artifactId>
470-
<version>2.0.0</version>
470+
<version>2.1.0</version>
471471
</dependency>
472472
```
473473

@@ -479,6 +479,6 @@ repositories {
479479
}
480480

481481
dependencies {
482-
compile 'ch.obermuhlner:big-math:2.0.0'
482+
compile 'ch.obermuhlner:big-math:2.1.0'
483483
}
484484
```

ch.obermuhlner.math.big/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ apply plugin: 'signing'
55
apply plugin: 'jacoco'
66

77
group = 'ch.obermuhlner'
8-
version = '2.0.1'
8+
version = '2.1.0'
99
archivesBaseName = 'big-math'
1010

1111
ext {

0 commit comments

Comments
 (0)