Skip to content

Commit

Permalink
fix 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HidekiSugimoto189 committed May 22, 2022
1 parent b0b43be commit 895c483
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Installation
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.23.1</version>
<version>0.24.0</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
Expand All @@ -39,7 +39,7 @@ Installation
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.23.1</version>
<version>0.24.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -52,14 +52,14 @@ Installation
#### for Gradle

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.23.1'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.24.0'
compile group: 'ognl', name: 'ognl', version: '3.1.23'
```

または

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.23.1'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.24.0'
compile group: 'org.springframework', name: 'spring-expression', version: '5.2.2.RELEASE'
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Installation
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.23.1</version>
<version>0.24.0</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
Expand All @@ -41,7 +41,7 @@ or
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.23.1</version>
<version>0.24.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -53,14 +53,14 @@ or
#### for Gradle

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.23.1'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.24.0'
compile group: 'ognl', name: 'ognl', version: '3.1.23'
```

or

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.23.1'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.24.0'
compile group: 'org.springframework', name: 'spring-expression', version: '5.2.2.RELEASE'
```

Expand Down

0 comments on commit 895c483

Please sign in to comment.