Skip to content

Commit 0509d91

Browse files
Prepare for release 0.1.2
1 parent aa5d30d commit 0509d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.2-SNAPSHOT"
3+
VERSION = "0.1.2"
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/"

0 commit comments

Comments
 (0)