We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9185b37 commit 6fc5690Copy full SHA for 6fc5690
README.md
@@ -71,7 +71,7 @@ This example generates Java FlatBuffers from the schema files in the default `sr
71
import com.github.gregwhitaker.flatbuffers.plugin.tasks.FlatBuffers
72
73
plugins {
74
- id "com.github.gregwhitaker.flatbuffers" version "1.0.0"
+ id "com.github.gregwhitaker.flatbuffers" version "1.0.1"
75
}
76
77
flatbuffers {
build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
38
39
40
-version = '1.0.0'
+version = '1.0.1'
41
group = 'com.github.gregwhitaker'
42
43
pluginBundle {
0 commit comments