From 81708f368153334000fd0690c69521218a80d783 Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 2 May 2024 15:50:37 +0000 Subject: [PATCH] [githubAction] increment Patch Version to 1.2.4 in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4400c97..f2f545e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Gradle: ```gradle dependencies { - implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '1.2.3' + implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '1.2.4' } ``` @@ -56,7 +56,7 @@ Maven: com.hopper.cloud cloud-airlines-java - 1.2.3 + 1.2.4 ```