Skip to content

Commit

Permalink
Prepare for release v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-perez-sorrosal committed Sep 2, 2023
1 parent dfe7da6 commit 601ca95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_run:
workflows: ["Release"]
branches:
- master
- v0.0.*
types:
- completed
Expand All @@ -14,7 +13,7 @@ jobs:
name: Publish mdbook-bib Manual
env:
MDBOOK_VERSION: 0.4.10
MDBOOK_BIB_VERSION: 0.0.5
MDBOOK_BIB_VERSION: 0.0.6
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-bib"
version = "0.0.5"
version = "0.0.6"
authors = ["Francisco Perez-Sorrosal <fperezsorrosal < at > gmail < dot > com>"]
description = "mdbook plugin allowing to load and present a bibliography in BibLaTex format in your books and cite its references"
keywords = ["mdbook", "bibliography", "bib", "plugin", "preprocessor"]
Expand Down

0 comments on commit 601ca95

Please sign in to comment.