diff --git a/README.ja.md b/README.ja.md index 7e626fb3..8d73eb98 100644 --- a/README.ja.md +++ b/README.ja.md @@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J jp.co.future uroborosql - 0.26.6 + 0.26.7 ognl @@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J jp.co.future uroborosql - 0.26.6 + 0.26.7 org.springframework @@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J ### for Gradle ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.6' +compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7' compile group: 'ognl', name: 'ognl', version: '3.1.23' ``` または ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.6' +compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7' compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20' ``` diff --git a/README.md b/README.md index 16b9d7fb..2b32726a 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 - 0.26.6 + 0.26.7 ognl @@ -40,7 +40,7 @@ or jp.co.future uroborosql - 0.26.6 + 0.26.7 org.springframework @@ -52,14 +52,14 @@ or ### for Gradle ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.6' +compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7' compile group: 'ognl', name: 'ognl', version: '3.1.23' ``` or ```gradle -compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.6' +compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7' compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20' ```