Skip to content

Commit 2fff0a6

Browse files
authored
Merge pull request #10 from gregwhitaker/feature/1.0.7
Preparing for release 1.0.7
2 parents b1270e5 + a6fb366 commit 2fff0a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
}
1616

1717
group = 'io.netifi'
18-
version = '1.0.6'
18+
version = '1.0.7'
1919

2020
pluginBundle {
2121
website = 'https://github.com/netifi/gradle-flatbuffers-plugin'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)