Skip to content

Commit aed8501

Browse files
authored
Merge pull request #12 from alyssaburlton/v4
Release V4
2 parents d8f4af3 + 7176382 commit aed8501

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group 'com.github.alexburlton'
11-
version '3.1.0'
11+
version '4.0.0'
1212

1313
repositories {
1414
mavenCentral()
@@ -77,7 +77,7 @@ publishing {
7777
mavenJava(MavenPublication) {
7878
groupId = 'com.github.alexburlton'
7979
artifactId = 'swing-test'
80-
version = '3.1.0'
80+
version = '4.0.0'
8181
from components.java
8282

8383
pom {

0 commit comments

Comments
 (0)