diff --git a/build.gradle b/build.gradle index 6ba8fb1..34dc65c 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ plugins { } group = 'de.cyface' -version = '0.2.0' +version = '1.0.0' tasks.withType(JavaCompile) { options.encoding = 'UTF-8' diff --git a/src/main/proto/de/cyface/protos/model/measurement.proto b/src/main/proto/de/cyface/protos/model/measurement.proto index 01ea1a8..fb23ce6 100644 --- a/src/main/proto/de/cyface/protos/model/measurement.proto +++ b/src/main/proto/de/cyface/protos/model/measurement.proto @@ -661,4 +661,4 @@ message File { */ CSV = 4; } -} \ No newline at end of file +}