Skip to content

Commit

Permalink
.1
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Best-Codes committed Jul 26, 2024
1 parent 9bad9c7 commit 462d1fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_security_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
git config --local user.name "GitHub Action"
git fetch origin
git checkout main
git pull --rebase origin main
git pull origin main
git add SECURITY.md
git commit -m "Update SECURITY.md for new release" || exit 0
git push
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "best-bible",
"version": "1.5.0",
"version": "1.5.1",
"description": "Fetch, parse, and analyze the Bible easily with JavaScript",
"scripts": {
"build:cjs": "tsc --project tsconfig.cjs.json || true && mkdir -p dist/cjs/data && cp src/data/bible.json dist/cjs/data/",
Expand Down

0 comments on commit 462d1fc

Please sign in to comment.