Skip to content

Commit 69a6495

Browse files
committed
0.9.1 release
1 parent 8dbac63 commit 69a6495

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
@@ -17,15 +17,15 @@ For more information about the Protobuf Compiler, please refer to
1717
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).
1818

1919
## Latest Version
20-
The latest version is ``0.9.0``. It requires at least __Gradle 5.6__ and __Java 8__.
20+
The latest version is ``0.9.1``. It requires at least __Gradle 5.6__ and __Java 8__.
2121
It is available on Maven Central. To add dependency to it:
2222
```gradle
2323
buildscript {
2424
repositories {
2525
gradlePluginPortal()
2626
}
2727
dependencies {
28-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.0'
28+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.1'
2929
}
3030
}
3131
```
@@ -81,7 +81,7 @@ The order of the plugins doesn't matter:
8181

8282
```gradle
8383
plugins {
84-
id "com.google.protobuf" version "0.9.0"
84+
id "com.google.protobuf" version "0.9.1"
8585
id "java"
8686
}
8787
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
3535
apply plugin: 'com.github.ben-manes.versions'
3636

3737
group = 'com.google.protobuf'
38-
version = '0.9.1-SNAPSHOT'
38+
version = '0.9.1'
3939

4040
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
4141

0 commit comments

Comments
 (0)