From f736d96f9826076473aa6090b0224d84144434b9 Mon Sep 17 00:00:00 2001 From: Harshil Sanjay Jain Date: Mon, 5 Aug 2024 14:57:25 -0400 Subject: [PATCH] Prepare for release 1.1.0 --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64aa72f8..1f71cf9d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Gitter](https://img.shields.io/gitter/room/perfectsense/gyro)](https://gitter.im/perfectsense/gyro) -[![GitHub Actions](https://github.com/perfectsense/gyro-azure-provider/actions/workflows/gyro-azure-provider.yml/badge.svg?branch=master&event=release)](https://github.com/perfectsense/gyro-azure-provider/actions/workflows/gyro-azure-provider.yml) +[![GitHub Actions](https://github.com/perfectsense/gyro-azure-provider/actions/workflows/gyro-azure-provider.yml/badge.svg?branch=master&event=push)](https://github.com/perfectsense/gyro-azure-provider/actions/workflows/gyro-azure-provider.yml) [![Apache License 2.0](https://img.shields.io/github/license/perfectsense/gyro-azure-provider)](https://github.com/perfectsense/gyro-azure-provider/blob/master/LICENSE) diff --git a/build.gradle b/build.gradle index 1afc3236..f8f3eab7 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ plugins { id 'maven-publish' } -def releaseVersion = '1.0.0' +def releaseVersion = '1.1.0' def releaseBuild = false; if (System.getenv('CI')) {