diff options
| author | Luck <git@lucko.me> | 2021-12-30 13:03:51 +0000 |
|---|---|---|
| committer | Luck <git@lucko.me> | 2021-12-30 13:03:51 +0000 |
| commit | b41bc1f191b8b02cb9f048858a18b299474bb5b6 (patch) | |
| tree | d4cbfceba0f6131cf7d73aca12fef434e0f75a6e | |
| parent | 732110084a44e5d18dee5b6744cc44c9cdd41fb9 (diff) | |
| download | spark-b41bc1f191b8b02cb9f048858a18b299474bb5b6.tar.gz spark-b41bc1f191b8b02cb9f048858a18b299474bb5b6.tar.bz2 spark-b41bc1f191b8b02cb9f048858a18b299474bb5b6.zip | |
Bump version
| -rw-r--r-- | build.gradle | 2 | ||||
| -rw-r--r-- | 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; |
