Skip to content

Commit

Permalink
0.0.30
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Jan 9, 2024
1 parent 4ebcaea commit 970ebfb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
- name: Fetch tags
run: git fetch --tags --force origin

- name: Debug
run: |
echo "GitHub Ref: ${{ github.ref }}"
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v1
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slipshow",
"version": "0.0.29",
"version": "0.0.30",
"description": "This is not another slide engine, but a slip engine.",
"main": "./dist/slipshow.js",
"browser": "./dist/slipshow.cdn.min.js",
Expand Down

0 comments on commit 970ebfb

Please sign in to comment.