Skip to content

Commit

Permalink
feat: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakagi committed Sep 23, 2022
1 parent ce355c2 commit f28beee
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.1</version>
<version>1.0.2</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.1")
implementation("net.iamtakagi:sudachi:1.0.2")
}
```

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.1</version>
<version>1.0.2</version>

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

0 comments on commit f28beee

Please sign in to comment.