From b41bc1f191b8b02cb9f048858a18b299474bb5b6 Mon Sep 17 00:00:00 2001 From: Luck Date: Thu, 30 Dec 2021 13:03:51 +0000 Subject: Bump version --- build.gradle | 2 +- spark-common/src/main/proto/spark/spark.proto | 2 +- 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; -- cgit