From dd01c97b8a9fbdf09c9fffe9edeaf01d5648770e Mon Sep 17 00:00:00 2001 From: Ahoo Wang Date: Thu, 5 Sep 2024 09:09:53 +0800 Subject: [PATCH] Update Version --- .idea/kotlinc.xml | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index 6d0ee1c..d4b7acc 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index de04118..8e0424d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ kotlin.code.style=official ksp.incremental=true ksp.incremental.log=true group=me.ahoo.coapi -version=1.6.8 +version=1.6.9 description=Streamlining HTTP client definition in Spring 6, CoApi provides zero boilerplate code auto-configuration for more convenient and efficient interface calls. website=https://github.com/Ahoo-Wang/CoApi issues=https://github.com/Ahoo-Wang/CoApi/issues