Skip to content

Commit

Permalink
Merge pull request #12 from alyssaburlton/v4
Browse files Browse the repository at this point in the history
Release V4
  • Loading branch information
alyssaruth authored Jul 27, 2023
2 parents d8f4af3 + 7176382 commit aed8501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group 'com.github.alexburlton'
version '3.1.0'
version '4.0.0'

repositories {
mavenCentral()
Expand Down Expand Up @@ -77,7 +77,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'com.github.alexburlton'
artifactId = 'swing-test'
version = '3.1.0'
version = '4.0.0'
from components.java

pom {
Expand Down

0 comments on commit aed8501

Please sign in to comment.