From 978e50e827c897dd2906ab9562b70337631573e8 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Fri, 12 May 2023 16:53:45 -0400 Subject: [PATCH] Minor readme tweak --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e44c93..aff2e6e 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ public class MyappBuild extends Project { > **NOTE:** `bld` supports different ways to describe dependencies, -> `dependency("com.uwyn.rife2", "rife2", version(1,6,3))` can for instance also -> be written as `dependency("com.uwyn.rife2:rife2:1.6.3")`. Which format you use, +> `dependency("com.uwyn.rife2", "rife2", version(1,7,0))` can for instance also +> be written as `dependency("com.uwyn.rife2:rife2:1.7.0")`. Which format you use, > is a matter of personal taste. # Where does `bld` fit?