Skip to content

Commit e32ed9f

Browse files
committed
0.8.11 release
1 parent 9204107 commit e32ed9f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ For more information about the Protobuf Compiler, please refer to
1414
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).
1515

1616
## Latest Version
17-
The latest version is ``0.8.10``. It requires at least __Gradle 3.0__ and __Java 8__.
17+
The latest version is ``0.8.11``. It requires at least __Gradle 3.0__ and __Java 8__.
1818
It is available on Maven Central. To add dependency to it:
1919
```gradle
2020
buildscript {
2121
repositories {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.10'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.11'
2626
}
2727
}
2828
```
@@ -80,7 +80,7 @@ The order of the plugins doesn't matter:
8080

8181
```gradle
8282
plugins {
83-
id "com.google.protobuf" version "0.8.10"
83+
id "com.google.protobuf" version "0.8.11"
8484
id "java"
8585
}
8686
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'com.gradle.plugin-publish'
2020
apply plugin: 'com.github.ben-manes.versions'
2121

2222
group = 'com.google.protobuf'
23-
version = '0.8.11-SNAPSHOT'
23+
version = '0.8.11'
2424

2525
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
2626

0 commit comments

Comments
 (0)