Skip to content

Commit f67b34d

Browse files
committed
version bump
1 parent 94db187 commit f67b34d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,4 @@ gradlew
100100
gradlew.bat
101101
gradle/wrapper/gradle-wrapper.properties
102102
gradle/wrapper/gradle-wrapper.jar
103+
build/publish/

core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "org.processing.core"
9-
version = "4.3.0"
9+
version = "4.3.1"
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)