Skip to content

Commit 63ed4f9

Browse files
authored
Merge pull request #5 from Vanilla-OS/bump/1.0.0
chore: bump to v1.0.0
2 parents feed7f0 + f4bad1d commit 63ed4f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ See [action.yml](action.yml)
99
```yml
1010
steps:
1111
- uses: actions/checkout@v4
12-
- uses: vanilla-os/vib-gh-action@v0.8.1
12+
- uses: vanilla-os/vib-gh-action@v1.0.0
1313
with:
1414
recipe: 'myRecipe.yml'
1515
plugins: org/repo:tag,org/repo:tag

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
VIB_VERSION="0.8.1"
3+
VIB_VERSION="1.0.0"
44
PLUGINS_ARG="${1:-}"
55

66
wget "https://github.com/Vanilla-OS/Vib/releases/download/v$VIB_VERSION/plugins.tar.xz"

0 commit comments

Comments
 (0)