Skip to content

Commit 6672605

Browse files
committed
0.9.5 release
1 parent fb71f67 commit 6672605

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ 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.4``. It requires at least __Gradle 5.6__ and __Java 8__.
20+
The latest version is ``0.9.5``. It requires at least __Gradle 5.6__ and __Java 8__.
2121
To use it with Groovy DSL:
2222
```gradle
2323
plugins {
24-
id "com.google.protobuf" version "0.9.4"
24+
id "com.google.protobuf" version "0.9.5"
2525
}
2626
```
2727

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = 'com.google.protobuf'
16-
version = '0.9.5-SNAPSHOT'
16+
version = '0.9.5'
1717

1818
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1919

0 commit comments

Comments
 (0)