Skip to content

Commit f25f5e3

Browse files
committed
Prepare for release 0.3.0.
1 parent ae16557 commit f25f5e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ kotlin.code.style=official
2222

2323
# POM
2424
GROUP = com.dropbox.affectedmoduledetector
25-
VERSION_NAME=0.2.3-SNAPSHOT
25+
VERSION_NAME=0.3.0
2626

2727
POM_ARTIFACT_ID = affectedmoduledetector
2828
POM_NAME = Affected Module Detector

sample/buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414

1515
dependencies {
16-
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.2.3-SNAPSHOT")
16+
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.3.0")
1717
testImplementation("junit:junit:4.13.1")
1818
testImplementation("com.nhaarman:mockito-kotlin:1.5.0")
1919
testImplementation("com.google.truth:truth:1.0.1")

0 commit comments

Comments
 (0)