Skip to content

Commit 28c9b59

Browse files
committed
Made this version 4.1-SNAPSHOT using the group com.github.mperry
1 parent fb3ba4f commit 28c9b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ext {
66

77
allprojects {
88
ext {
9-
fjVersion = "4.0-SNAPSHOT"
9+
fjVersion = "4.1-SNAPSHOT"
1010
projectName = "functionaljava"
1111
}
1212
version = fjVersion
13-
group = "org.functionaljava"
13+
group = "com.github.mperry"
1414
}
1515

1616
subprojects {

0 commit comments

Comments
 (0)