Skip to content

Commit e1a89de

Browse files
author
Mike Keesey
committed
4.1.0
1 parent cc55d55 commit e1a89de

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
@@ -28,9 +28,9 @@ repositories {
2828
}
2929
3030
// for Metrics 2.x
31-
compile('com.readytalk:metrics2-statsd:4.0.0')
31+
compile('com.readytalk:metrics2-statsd:4.1.0')
3232
// for Metrics 3.x
33-
compile('com.readytalk:metrics3-statsd:4.0.0')
33+
compile('com.readytalk:metrics3-statsd:4.1.0')
3434
```
3535

3636
## Maven

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
allprojects {
2-
version = '4.1.0-SNAPSHOT'
2+
version = '4.1.0'
33
}
44

55
buildscript {

0 commit comments

Comments
 (0)