Skip to content

Commit

Permalink
[patch] small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
electrovir committed Nov 19, 2023
1 parent 7a4a334 commit 0cd77ae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
jobs:
tagged-release:
name: 'Tagged Release'
if: github.event.base_ref == 'refs/heads/main' || github.event.base_ref == 'refs/heads/master'
runs-on: 'ubuntu-latest'

steps:
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# PDF Text Reader

[![tests](https://github.com/electrovir/pdf-text-reader/workflows/tests/badge.svg)](https://github.com/electrovir/pdf-text-reader/actions)

Dead simple PDF text reader.

# Install
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": "pdf-text-reader",
"version": "4.0.0",
"version": "4.0.1",
"description": "Dead simple pdf text reader",
"keywords": [
"pdf",
Expand Down

0 comments on commit 0cd77ae

Please sign in to comment.