Skip to content

Commit

Permalink
Updated to reference the latest published version - 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aantono committed May 20, 2014
1 parent 659d871 commit 8b2edef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@
The Protobuf plugin provides protobuf compilation to your project.

## Latest Version
ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9 - Available on Maven Central
ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1 - Available on Maven Central

## Usage
To use the protobuf plugin, include in your build script:
Expand All @@ -15,7 +15,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9'
classpath 'ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1'
}
}
Expand Down

0 comments on commit 8b2edef

Please sign in to comment.