From a00b614e01b52a604b6c1b83d31d2ac7f82b2c83 Mon Sep 17 00:00:00 2001 From: Hideki Sugimoto Date: Wed, 30 Oct 2024 22:04:18 +0900 Subject: [PATCH] fix v1.0.3 README --- README.ja.md | 8 ++++---- README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.ja.md b/README.ja.md index a7710b80..cc7d137a 100644 --- a/README.ja.md +++ b/README.ja.md @@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J jp.co.future uroborosql - 1.0.2 + 1.0.3 org.springframework @@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J jp.co.future uroborosql - 1.0.2 + 1.0.3 ognl @@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J ### for Gradle ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2' +compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3' compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20' ``` または ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2' +compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3' compile group: 'ognl', name: 'ognl', version: '3.1.23' ``` diff --git a/README.md b/README.md index 2ebd923c..f0e2cec7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ for Japanese, see [README.ja.md](https://github.com/future-architect/uroborosql/ jp.co.future uroborosql - 1.0.2 + 1.0.3 org.springframework @@ -40,7 +40,7 @@ or jp.co.future uroborosql - 1.0.2 + 1.0.3 ognl @@ -52,14 +52,14 @@ or ### for Gradle ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2' +compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3' compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20' ``` or ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2' +compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3' compile group: 'ognl', name: 'ognl', version: '3.1.23' ```