diff --git a/build.gradle b/build.gradle
index eaed1e5b..96845694 100644
--- a/build.gradle
+++ b/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'java'
apply plugin: 'maven-publish'
group = "ome"
-version = "8.0.0-SNAPSHOT"
+version = "7.3.1"
repositories {
mavenCentral()
@@ -16,7 +16,7 @@ repositories {
}
dependencies {
- implementation group: 'ome', name: 'formats-gpl', version: '7.3.0'
+ implementation group: 'ome', name: 'formats-gpl', version: '7.3.1'
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.14'
}
diff --git a/pom.xml b/pom.xml
index 4711efd8..acb71fcd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
ome
bio-formats-examples
- 8.0.0-SNAPSHOT
+ 7.3.1
Bio-Formats examples
Bio-Formats examples
@@ -23,7 +23,7 @@
- 7.3.0
+ 7.3.1
1.3.14