Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Keesey committed Dec 6, 2013
1 parent c826632 commit a122960
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ repositories {
}
// for Metrics 2.x
compile('com.readytalk:metrics2-statsd:4.0.0-RC1')
compile('com.readytalk:metrics2-statsd:4.0.0')
// for Metrics 3.x
compile('com.readytalk:metrics3-statsd:4.0.0-RC1')
compile('com.readytalk:metrics3-statsd:4.0.0')
```

## Maven
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
allprojects {
version = '4.0.0-RC1'
version = '4.0.0'
}

buildscript {
Expand Down

0 comments on commit a122960

Please sign in to comment.