Skip to content

Commit 8c3ba43

Browse files
committed
update release version to 1.3.0
1 parent c7b1cd0 commit 8c3ba43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ch.obermuhlner.math.big.example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ repositories {
99
}
1010

1111
dependencies {
12-
//compile group: 'ch.obermuhlner', name: 'big-math', version: '1.1.2'
12+
//compile group: 'ch.obermuhlner', name: 'big-math', version: '1.3.0'
1313
compile project(':ch.obermuhlner.math.big')
1414
}

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 = '1.2.1'
8+
version = '1.3.0'
99
archivesBaseName = 'big-math'
1010

1111
repositories {

0 commit comments

Comments
 (0)