Skip to content

Commit 6fc5690

Browse files
committed
Updated README
1 parent 9185b37 commit 6fc5690

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This example generates Java FlatBuffers from the schema files in the default `sr
7171
import com.github.gregwhitaker.flatbuffers.plugin.tasks.FlatBuffers
7272
7373
plugins {
74-
id "com.github.gregwhitaker.flatbuffers" version "1.0.0"
74+
id "com.github.gregwhitaker.flatbuffers" version "1.0.1"
7575
}
7676
7777
flatbuffers {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies {
3737
}
3838
}
3939

40-
version = '1.0.0'
40+
version = '1.0.1'
4141
group = 'com.github.gregwhitaker'
4242

4343
pluginBundle {

0 commit comments

Comments
 (0)