Skip to content

Commit 3810bc3

Browse files
committed
build: version bump
1 parent 64ba006 commit 3810bc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Add LogUnit to your project's dependencies.
2929
```
3030
dependencies {
3131
...
32-
testImplementation("io.github.netmikey.logunit:logunit-core:1.0.0")
33-
testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.0.0")
32+
testImplementation("io.github.netmikey.logunit:logunit-core:1.0.1")
33+
testRuntimeOnly("io.github.netmikey.logunit:logunit-logback:1.0.1")
3434
}
3535
```
3636

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
allprojects {
33
group = "io.github.netmikey.logunit"
4-
version = "1.0.1-SNAPSHOT"
4+
version = "1.0.2-SNAPSHOT"
55
}
66

77
subprojects {

0 commit comments

Comments
 (0)