Skip to content

Commit

Permalink
0.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ejona86 committed Jan 9, 2023
1 parent 4052f42 commit 7246cdb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1``. It requires at least __Gradle 5.6__ and __Java 8__.
The latest version is ``0.9.2``. 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.1'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.2'
}
}
```
Expand Down Expand Up @@ -81,7 +81,7 @@ The order of the plugins doesn't matter:

```gradle
plugins {
id "com.google.protobuf" version "0.9.1"
id "com.google.protobuf" version "0.9.2"
id "java"
}
```
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.2-SNAPSHOT'
version = '0.9.2'

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

Expand Down

0 comments on commit 7246cdb

Please sign in to comment.