Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsw committed Nov 29, 2023
1 parent 1e9a03e commit b1a825b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
- run: npm ci
- run: npm test
- run: npm run build
- name: Deploy app to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist
single-commit: true
clean: true
# - name: Deploy app to GitHub Pages
# uses: JamesIves/github-pages-deploy-action@v4
# with:
# folder: dist
# single-commit: true
# clean: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crate-o",
"version": "0.3.0",
"version": "0.3.3",
"description": "A VueJS UI component to create and edit Research Object Crate (RO-Crate) metadata",
"keywords": [
"RO-Crate",
Expand Down

0 comments on commit b1a825b

Please sign in to comment.