Skip to content

Commit 7f96483

Browse files
committed
0.8.13 release
1 parent 93d9087 commit 7f96483

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ For more information about the Protobuf Compiler, please refer to
1414
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).
1515

1616
## Latest Version
17-
The latest version is ``0.8.12``. It requires at least __Gradle 5.6__ and __Java 8__.
17+
The latest version is ``0.8.13``. It requires at least __Gradle 5.6__ and __Java 8__.
1818
It is available on Maven Central. To add dependency to it:
1919
```gradle
2020
buildscript {
2121
repositories {
2222
mavenCentral()
2323
}
2424
dependencies {
25-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.12'
25+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.13'
2626
}
2727
}
2828
```
@@ -78,7 +78,7 @@ The order of the plugins doesn't matter:
7878

7979
```gradle
8080
plugins {
81-
id "com.google.protobuf" version "0.8.12"
81+
id "com.google.protobuf" version "0.8.13"
8282
id "java"
8383
}
8484
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ apply plugin: 'com.gradle.plugin-publish'
2020
apply plugin: 'com.github.ben-manes.versions'
2121

2222
group = 'com.google.protobuf'
23-
version = '0.8.13-SNAPSHOT'
23+
version = '0.8.13'
2424

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

0 commit comments

Comments
 (0)