From 0ec8306ed40eec2447c9cc7070f5d8190903b3aa Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 13 Aug 2024 21:04:36 +0200 Subject: [PATCH] bump v0.8.0-1 --- README.md | 2 +- setup.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 662703d..ce2b4b2 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.8.0 + - uses: vanilla-os/vib-gh-action@v0.8.0-1 with: recipe: 'myRecipe.yml' plugins: org/repo:tag,org/repo:tag diff --git a/setup.sh b/setup.sh index cf01dc7..c165913 100644 --- a/setup.sh +++ b/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -VIB_VERSION="0.8.0" +VIB_VERSION="0.8.0-1" PLUGINS_ARG="${1:-}" wget "https://github.com/Vanilla-OS/Vib/releases/download/v$VIB_VERSION/plugins.tar.xz"