From 9d2a328a0d577bf4439d3b482a953715b3a03027 Mon Sep 17 00:00:00 2001 From: "Xiangcheng.Kuo" <37873394+orange-guo@users.noreply.github.com> Date: Tue, 16 May 2023 00:09:34 +0800 Subject: [PATCH] docs(README.md): update the plugin version to latest(0.9.3) (#704) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e2579f7..b0d582d5 100644 --- a/README.md +++ b/README.md @@ -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" } ```