From 237416364fc92d6a23a10a53430490d5c9714c42 Mon Sep 17 00:00:00 2001
From: axtloss <axtlos@disroot.org>
Date: Tue, 13 Aug 2024 14:15:29 +0200
Subject: [PATCH] bump to vib v0.8.0

---
 README.md | 2 +-
 setup.sh  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a8e4d72..662703d 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ See [action.yml](action.yml)
 ```yml
 steps:
   - uses: actions/checkout@v4
-  - uses: vanilla-os/vib-gh-action@v0.7.4
+  - uses: vanilla-os/vib-gh-action@v0.8.0
     with:
       recipe: 'myRecipe.yml'
       plugins: org/repo:tag,org/repo:tag
diff --git a/setup.sh b/setup.sh
index 3a09a1b..cf01dc7 100644
--- a/setup.sh
+++ b/setup.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-VIB_VERSION="0.7.4"
+VIB_VERSION="0.8.0"
 PLUGINS_ARG="${1:-}"
 
 wget "https://github.com/Vanilla-OS/Vib/releases/download/v$VIB_VERSION/plugins.tar.xz"