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 c826632 commit a122960Copy full SHA for a122960
README.md
@@ -28,9 +28,9 @@ repositories {
28
}
29
30
// for Metrics 2.x
31
-compile('com.readytalk:metrics2-statsd:4.0.0-RC1')
+compile('com.readytalk:metrics2-statsd:4.0.0')
32
// for Metrics 3.x
33
-compile('com.readytalk:metrics3-statsd:4.0.0-RC1')
+compile('com.readytalk:metrics3-statsd:4.0.0')
34
```
35
36
## Maven
build.gradle
@@ -1,5 +1,5 @@
1
allprojects {
2
- version = '4.0.0-RC1'
+ version = '4.0.0'
3
4
5
buildscript {
0 commit comments