Skip to content

Commit

Permalink
docs(README.md): update the plugin version to latest(0.9.3) (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
orange-guo authored May 15, 2023
1 parent 96e23fa commit 9d2a328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ For more information about the Protobuf Compiler, please refer to
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).

## Latest Version
The latest version is ``0.9.2``. It requires at least __Gradle 5.6__ and __Java 8__.
The latest version is ``0.9.3``. It requires at least __Gradle 5.6__ and __Java 8__.
To use it with Groovy DSL:
```gradle
plugins {
id "com.google.protobuf" version "0.9.2"
id "com.google.protobuf" version "0.9.3"
}
```

Expand Down

0 comments on commit 9d2a328

Please sign in to comment.