From 95ac17086f3a5fab6ef8a7baf8073266df0377d3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Mar 2024 11:22:33 +0000 Subject: [PATCH] chore(release): 1.2.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.2.1](https://github.com/yacosta738/lyra/compare/v1.2.0...v1.2.1) (2024-03-08) ### Bug Fixes * 🔂actions ([#104](https://github.com/yacosta738/lyra/issues/104)) ([edf0667](https://github.com/yacosta738/lyra/commit/edf06676e34667255e0911b32ddb55921a4defc9)) * **deps:** update all dependencies ([#106](https://github.com/yacosta738/lyra/issues/106)) ([bc6c82b](https://github.com/yacosta738/lyra/commit/bc6c82b1cfe68b251e31b7fd085d09d71355385c)) * github action cache ([#111](https://github.com/yacosta738/lyra/issues/111)) ([8d076ac](https://github.com/yacosta738/lyra/commit/8d076ac28dcb1b2cd5529e81ff981c16dbc3d7ed)) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e7ef5cb3..63198c18 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version = 1.2.0 +version = 1.2.1 group = com.lyra # Gradle Settings org.gradle.caching = true