Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
Resolves #4

Signed-off-by: Hollow Man <[email protected]>
  • Loading branch information
HollowMan6 committed Oct 5, 2022
1 parent ad5dd5f commit b851889
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ["0.1.2"]
version: ["0.1.3"]
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -61,5 +61,5 @@ jobs:
- name: Upload Binary File to Artifact
uses: actions/upload-artifact@v2
with:
name: mdbook-pdf-v0.1.2-aarch64-unknown-linux-gnu
name: mdbook-pdf-v0.1.3-aarch64-unknown-linux-gnu
path: target/release/mdbook-pdf
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ license = "GPL-3.0"
name = "mdbook-pdf"
readme = "README.md"
repository = "https://github.com/HollowMan6/mdbook-pdf"
version = "0.1.2"
version = "0.1.3"
include = [
"**/*.rs",
"Cargo.toml",
]

[dependencies]
env_logger = "0"
Expand Down

0 comments on commit b851889

Please sign in to comment.