From 6242e62b5fab59f90b42fda3d585f2a021483696 Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Sun, 6 Oct 2024 01:48:24 +0800 Subject: [PATCH 1/2] Bump version --- protobuf/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/build.gradle.kts b/protobuf/build.gradle.kts index 5d137472f..187114921 100644 --- a/protobuf/build.gradle.kts +++ b/protobuf/build.gradle.kts @@ -9,7 +9,7 @@ fun getProp(name: String, defaultValue: String? = null): String? { // configuration variables val defaultGroupId = "org.onflow" -val defaultVersion = "1.0.0" +val defaultVersion = "1.1.0" group = getProp("groupId", defaultGroupId)!! version = when { From b104fb841c66fed775db389d84d77fb79299275c Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Sun, 6 Oct 2024 01:53:45 +0800 Subject: [PATCH 2/2] Bump version --- protobuf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/README.md b/protobuf/README.md index ab3c45222..9214c6221 100644 --- a/protobuf/README.md +++ b/protobuf/README.md @@ -29,7 +29,7 @@ JVM support is in the alpha stage; many steps require manual intervention. ### Publishing with GitHub Actions -The "com.vanniktech.maven.publish" plugin is used to automate Maven releases for JVM protobuf generation. More information on the release process can be found here [here](https://vanniktech.github.io/gradle-maven-publish-plugin/central/). +The "com.vanniktech.maven.publish" plugin is used to automate Maven releases for JVM protobuf generation. More information on the release process can be found [here](https://vanniktech.github.io/gradle-maven-publish-plugin/central/). There are two GitHub Actions configured to run on the master branch: