Skip to content

Commit

Permalink
0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
YifeiZhuang committed Jul 14, 2023
1 parent a7c26cb commit 32afa9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ 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.3``. It requires at least __Gradle 5.6__ and __Java 8__.
The latest version is ``0.9.4``. It requires at least __Gradle 5.6__ and __Java 8__.
It is available on Maven Central. To add dependency to it:
```gradle
buildscript {
repositories {
gradlePluginPortal()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.4'
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apply plugin: 'com.gradle.plugin-publish'
apply plugin: 'com.github.ben-manes.versions'

group = 'com.google.protobuf'
version = '0.9.4-SNAPSHOT'
version = '0.9.4'

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

Expand Down

0 comments on commit 32afa9e

Please sign in to comment.