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'
```