Skip to content

Commit 916cd8d

Browse files
committed
bump to 1.0.4
1 parent 39f7507 commit 916cd8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717
Then add as a module dependency:
1818
```kotlin
1919
dependencies {
20-
implementation("com.github.iamcalledrob:singleinstance:1.0.3")
20+
implementation("com.github.iamcalledrob:singleinstance:1.0.4")
2121
}
2222
```
2323

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = "com.github.iamcalledrob"
7-
version = "1.0.3"
7+
version = "1.0.4"
88

99
repositories {
1010
mavenCentral()

0 commit comments

Comments
 (0)