From 64b2c23326aa818fa3653f35d5770391baad7a4b Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 27 Aug 2024 09:15:36 +0000 Subject: [PATCH] [githubAction] increment Patch Version to 1.2.12 in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 30ed7e0..a446487 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.11' + implementation group: 'com.hopper.cloud', name: 'cloud-airlines-java', version: '1.2.12' } ``` @@ -56,7 +56,7 @@ Maven: com.hopper.cloud cloud-airlines-java - 1.2.11 + 1.2.12 ```