Version 1.0.1

This commit is contained in:
Erik C. Thauvin 2025-03-28 12:07:07 -07:00
parent 559332a2b4
commit aa5fad1989
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension-gv=com.uwyn.rife2:bld-generated-version:1.0.0
bld.extension-gv=com.uwyn.rife2:bld-generated-version:1.0.1
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.version=2.2.1

View file

@ -34,7 +34,7 @@ public class GeneratedVersionOperationBuild extends Project {
public GeneratedVersionOperationBuild() {
pkg = "rife.bld.extension";
name = "GeneratedVersionOperation";
version = version(1, 0, 1, "SNAPSHOT");
version = version(1, 0, 1);
javaRelease = 17;