Skip to content

Commit

Permalink
Version 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jul 29, 2024
1 parent c1774e6 commit 2c796a1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Sun Apr 02 10:32:44 PDT 2023
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension=com.uwyn.rife2:bld-property-file:0.9.5
bld.extension=com.uwyn.rife2:bld-property-file:0.9.6
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.version=2.0.1
9 changes: 6 additions & 3 deletions examples/version.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#
#Tue Jul 16 16:16:38 PDT 2024
build.date=2024-07-16
release=beta.20240716161638
#Sun Jul 28 22:07:37 PDT 2024
build.date=2024-07-28
release=beta.20240728220737
version.major=1
version.minor=1
version.patch=20
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class PropertyFileBuild extends Project {
public PropertyFileBuild() {
pkg = "rife.bld.extension";
name = "bld-property-file";
version = version(0, 9, 6, "SNAPSHOT");
version = version(0, 9, 6);

javaRelease = 17;
downloadSources = true;
Expand Down

0 comments on commit 2c796a1

Please sign in to comment.