Skip to content

Commit

Permalink
feat: 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi committed Sep 25, 2022
1 parent 035903b commit febade9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>net.iamtakagi</groupId>
<artifactId>sudachi</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -26,7 +26,7 @@ repositories {
maven (url = "https://maven.pkg.github.com/2mug1/sudachi")
}
dependencies {
implementation("net.iamtakagi:sudachi:1.0.5")
implementation("net.iamtakagi:sudachi:1.0.6")
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>net.iamtakagi</groupId>
<artifactId>sudachi</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>

<properties>
<maven.compiler.source>18</maven.compiler.source>
Expand Down

0 comments on commit febade9

Please sign in to comment.