Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
1. Optimize code.
  • Loading branch information
artbits committed Jun 29, 2024
1 parent cfb6335 commit 20abbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation 'com.github.artbits:quickio:1.4.0'
implementation 'com.github.artbits:quickio:1.4.1'
}
```
Maven:
Expand All @@ -37,7 +37,7 @@ Maven:
<dependency>
<groupId>com.github.artbits</groupId>
<artifactId>quickio</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
```

Expand Down

0 comments on commit 20abbef

Please sign in to comment.