Skip to content

Commit

Permalink
v1.0.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
shueja committed Nov 9, 2023
1 parent 4970e79 commit 63b12de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion monologue/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ publishing {
from components.java
groupId = "com.github.shueja"
artifactId = "Monologue"
version = "v1.0.0-alpha1"
version = "v1.0.0-alpha2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion test-project/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'

implementation "com.github.Oblarg:Oblog:5.1.0"
implementation 'com.github.shueja:Monologue:v1.0.0-alpha1'
implementation 'com.github.shueja:Monologue:v1.0.0-alpha2'
}

repositories {
Expand Down

0 comments on commit 63b12de

Please sign in to comment.