Skip to content

Commit 25f6f12

Browse files
committed
Prepare for 0.8.5 release
1 parent 262f5cb commit 25f6f12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

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

2222
## Latest Version
23-
The latest version is ``0.8.4``. It requires at least __Gradle 2.12__ and __Java 7__.
23+
The latest version is ``0.8.5``. It requires at least __Gradle 2.12__ and __Java 7__.
2424
It is available on Maven Central. To add dependency to it:
2525
```gradle
2626
buildscript {
2727
repositories {
2828
mavenCentral()
2929
}
3030
dependencies {
31-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.4'
31+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5'
3232
}
3333
}
3434
```
@@ -43,7 +43,7 @@ buildscript {
4343
mavenLocal()
4444
}
4545
dependencies {
46-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.5-SNAPSHOT'
46+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.6-SNAPSHOT'
4747
}
4848
}
4949
```
@@ -83,7 +83,7 @@ The order of the plugins doesn't matter:
8383

8484
```gradle
8585
plugins {
86-
id "com.google.protobuf" version "0.8.4"
86+
id "com.google.protobuf" version "0.8.5"
8787
id "java"
8888
}
8989
```

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'com.gradle.plugin-publish'
1818
apply plugin: 'com.github.ben-manes.versions'
1919

2020
group = 'com.google.protobuf'
21-
version = '0.8.5-SNAPSHOT'
21+
version = '0.8.5'
2222

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

0 commit comments

Comments
 (0)