From 1c2c5547818b511047167701cac35a41fd658fa6 Mon Sep 17 00:00:00 2001 From: BlackBaroness <57033600+BlackBaroness@users.noreply.github.com> Date: Sat, 10 Aug 2024 06:32:04 +0300 Subject: [PATCH] Update dependency version in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d50c704..a29dace 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ How to include the API with Maven: com.github.MilkBowl VaultAPI - 1.7 + 1.7.1 provided @@ -24,7 +24,7 @@ repositories { maven { url 'https://jitpack.io' } } dependencies { - compileOnly "com.github.MilkBowl:VaultAPI:1.7" + compileOnly "com.github.MilkBowl:VaultAPI:1.7.1" } ```