Updated main version numbers to 2.0

This commit is contained in:
Wouter van Oortmerssen
2021-05-10 11:14:47 -07:00
parent 170af59788
commit 8a7d013f85
18 changed files with 21 additions and 21 deletions

View File

@@ -15,7 +15,7 @@ allOpen {
}
group = "com.google.flatbuffers.jmh"
version = "1.12.0-SNAPSHOT"
version = "2.0.0-SNAPSHOT"
// This plugin generates a static html page with the aggregation
// of all benchmarks ran. very useful visualization tool.

View File

@@ -3,7 +3,7 @@ plugins {
}
group = "com.google.flatbuffers"
version = "1.12.0-SNAPSHOT"
version = "2.0.0-SNAPSHOT"
subprojects {

View File

@@ -3,7 +3,7 @@ plugins {
}
group = "com.google.flatbuffers.kotlin"
version = "1.12.0-SNAPSHOT"
version = "2.0.0-SNAPSHOT"
kotlin {
explicitApi()
@@ -29,7 +29,7 @@ kotlin {
implementation(kotlin("stdlib-common"))
}
}
val commonTest by getting {
dependencies {
implementation(kotlin("test-common"))