bump version to v0.0.14

This commit is contained in:
woodser 2023-11-01 11:32:13 -04:00
parent 4df59bc546
commit 9a7a31811b
6 changed files with 8 additions and 8 deletions

View file

@ -580,7 +580,7 @@ configure(project(':desktop')) {
apply plugin: 'com.github.johnrengelman.shadow'
apply from: 'package/package.gradle'
version = '1.0.13-SNAPSHOT'
version = '1.0.14-SNAPSHOT'
jar.manifest.attributes(
"Implementation-Title": project.name,