aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
-rw-r--r--spark-common/src/main/proto/spark/spark.proto2
2 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 4acf08d..0133b4f 100644
--- a/build.gradle
+++ b/build.gradle
@@ -13,7 +13,7 @@ subprojects {
apply plugin: 'java-library'
ext {
- pluginVersion = '1.7.0'
+ pluginVersion = '1.7.1'
pluginDescription = 'spark is a performance profiling plugin/mod for Minecraft clients, servers and proxies.'
}
diff --git a/spark-common/src/main/proto/spark/spark.proto b/spark-common/src/main/proto/spark/spark.proto
index 520f19e..ae04cd7 100644
--- a/spark-common/src/main/proto/spark/spark.proto
+++ b/spark-common/src/main/proto/spark/spark.proto
@@ -36,7 +36,7 @@ message SystemStatistics {
int32 threads = 1;
Usage process_usage = 2;
Usage system_usage = 3;
- string modelName = 4; // optional
+ string model_name = 4; // optional
message Usage {
double last1m = 1;