Skip to content

Commit 8224720

Browse files
Prepare for release 0.1.1
1 parent 0a4da96 commit 8224720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/releasing.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ext {
22
DESCRIPTION = "A Gradle Plugin and library to determine which modules were affected in a commit."
3-
VERSION = "0.1.1-SNAPSHOT"
3+
VERSION = "0.1.1"
44
GIT_URL = 'https://github.com/Dropbox/AffectedModuleDetector'
55
GROUP_ID = "com.dropbox.affectedmoduledetector"
66
SONATYPE_SNAPSHOT_URL = "https://oss.sonatype.org/content/repositories/snapshots/"

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.1.1-SNAPSHOT")
16+
implementation("com.dropbox.affectedmoduledetector:affectedmoduledetector:0.1.2-SNAPSHOT")
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)