Skip to content

Commit a00b614

Browse files
fix v1.0.3 README
1 parent 2732dae commit a00b614

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.ja.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
2323
<dependency>
2424
<groupId>jp.co.future</groupId>
2525
<artifactId>uroborosql</artifactId>
26-
<version>1.0.2</version>
26+
<version>1.0.3</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.springframework</groupId>
@@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
3838
<dependency>
3939
<groupId>jp.co.future</groupId>
4040
<artifactId>uroborosql</artifactId>
41-
<version>1.0.2</version>
41+
<version>1.0.3</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>ognl</groupId>
@@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
5050
### for Gradle
5151

5252
```gradle
53-
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2'
53+
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3'
5454
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
5555
```
5656

5757
または
5858

5959
```gradle
60-
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2'
60+
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3'
6161
compile group: 'ognl', name: 'ognl', version: '3.1.23'
6262
```
6363

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for Japanese, see [README.ja.md](https://github.com/future-architect/uroborosql/
2525
<dependency>
2626
<groupId>jp.co.future</groupId>
2727
<artifactId>uroborosql</artifactId>
28-
<version>1.0.2</version>
28+
<version>1.0.3</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>org.springframework</groupId>
@@ -40,7 +40,7 @@ or
4040
<dependency>
4141
<groupId>jp.co.future</groupId>
4242
<artifactId>uroborosql</artifactId>
43-
<version>1.0.2</version>
43+
<version>1.0.3</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>ognl</groupId>
@@ -52,14 +52,14 @@ or
5252
### for Gradle
5353

5454
```gradle
55-
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2'
55+
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3'
5656
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
5757
```
5858

5959
or
6060

6161
```gradle
62-
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.2'
62+
compile group: 'jp.co.future', name: 'uroborosql', version: '1.0.3'
6363
compile group: 'ognl', name: 'ognl', version: '3.1.23'
6464
```
6565

0 commit comments

Comments
 (0)