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 c7b1cd0 commit 8c3ba43Copy full SHA for 8c3ba43
ch.obermuhlner.math.big.example/build.gradle
@@ -9,6 +9,6 @@ repositories {
9
}
10
11
dependencies {
12
- //compile group: 'ch.obermuhlner', name: 'big-math', version: '1.1.2'
+ //compile group: 'ch.obermuhlner', name: 'big-math', version: '1.3.0'
13
compile project(':ch.obermuhlner.math.big')
14
ch.obermuhlner.math.big/build.gradle
@@ -5,7 +5,7 @@ apply plugin: 'signing'
5
apply plugin: 'jacoco'
6
7
group = 'ch.obermuhlner'
8
-version = '1.2.1'
+version = '1.3.0'
archivesBaseName = 'big-math'
repositories {
0 commit comments