Skip to content

Commit

Permalink
Merge pull request #8 from notKamui/dev
Browse files Browse the repository at this point in the history
Added keep-alive feature to IMAP folders.
  • Loading branch information
notKamui authored Sep 20, 2021
2 parents 6b8c221 + ea58705 commit 0f3fbf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repository:
<dependency>
<groupId>com.notkamui.libs</groupId>
<artifactId>kourrier</artifactId>
<version>0.1.0</version>
<version>0.2.0</version>
</dependency>
</dependencies>
```
Expand All @@ -37,7 +37,7 @@ repositories {
}

dependencies {
implementation("com.notkamui.libs:kourrier:0.1.0")
implementation("com.notkamui.libs:kourrier:0.2.0")
}
```
</p>
Expand All @@ -53,7 +53,7 @@ repositories {
}
dependencies {
implementation 'com.notkamui.libs:kourrier:0.1.0'
implementation 'com.notkamui.libs:kourrier:0.2.0'
}
```
</p>
Expand All @@ -67,5 +67,4 @@ Please refer to the [Wiki](https://github.com/notKamui/Kourrier/wiki)

## Future plans

- Keep alive
- SMTP connection
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
import org.jlleitschuh.gradle.ktlint.reporter.ReporterType

group = "com.notkamui.libs"
version = "0.1.0"
version = "0.2.0"
val jvmVersion = "1.8"

plugins {
Expand Down

0 comments on commit 0f3fbf5

Please sign in to comment.