Skip to content

Commit

Permalink
fix release v0.26.6
Browse files Browse the repository at this point in the history
  • Loading branch information
HidekiSugimoto189 committed Jun 5, 2023
1 parent ef6166e commit c9c6c09
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
Expand Up @@ -23,7 +23,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.6</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
Expand All @@ -38,7 +38,7 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -50,14 +50,14 @@ uroboroSQLは主にSQL中心の設計コンセプトを採用しています。J
### for Gradle

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

または

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.6'
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -25,7 +25,7 @@ for Japanese, see [README.ja.md](https://github.com/future-architect/uroborosql/
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.6</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
Expand All @@ -40,7 +40,7 @@ or
<dependency>
<groupId>jp.co.future</groupId>
<artifactId>uroborosql</artifactId>
<version>0.26.7</version>
<version>0.26.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -52,14 +52,14 @@ or
### for Gradle

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

or

```gradle
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.7'
compile group: 'jp.co.future', name: 'uroborosql', version: '0.26.6'
compile group: 'org.springframework', name: 'spring-expression', version: '5.3.20'
```

Expand Down

0 comments on commit c9c6c09

Please sign in to comment.