Skip to content

Commit a137cd6

Browse files
committed
Bump version: 1.1.0
1 parent c09d89c commit a137cd6

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bard"
3-
version = "1.0.3"
3+
version = "1.1.0"
44
authors = ["Vojtech Kral <vojtech@kral.hk>"]
55
description = "Creates PDF and HTML songbooks out of easy-to-write Markdown sources."
66
repository = "https://github.com/vojtechkral/bard"

default/output/songbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ <h4>(You can edit this content!)</h4>
224224

225225
</div>
226226
<footer class="faint">
227-
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.0.3.
227+
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.1.0.
228228
</footer>
229229
</body>
230230
</html>

default/output/songbook.pdf

-4 Bytes
Binary file not shown.

example/output/songbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ <h4>Irish &amp; Scottish traditional</h4>
601601

602602
</div>
603603
<footer class="faint">
604-
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.0.3.
604+
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.1.0.
605605
</footer>
606606
</body>
607607
</html>

example/output/songbook.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"book": {
3-
"subtitle": "An example project",
4-
"front_img": "guitar.jpg",
5-
"title": "Bard Songbook",
63
"title_note": "A set of a few non-copyrighted songs.",
7-
"chorus_label": "Ch"
4+
"title": "Bard Songbook",
5+
"subtitle": "An example project",
6+
"chorus_label": "Ch",
7+
"front_img": "guitar.jpg"
88
},
99
"songs": [
1010
{
@@ -1733,7 +1733,7 @@
17331733
"output": {},
17341734
"program": {
17351735
"name": "bard",
1736-
"version": "1.0.3",
1736+
"version": "1.1.0",
17371737
"description": "Creates PDF and HTML songbooks out of easy-to-write Markdown sources.",
17381738
"homepage": "https://github.com/vojtechkral/bard",
17391739
"authors": "Vojtech Kral <vojtech@kral.hk>"

example/output/songbook.pdf

0 Bytes
Binary file not shown.

example/output/songbook.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
bookmarks=true,
5151
linkcolor=.,
5252
urlcolor=blue,
53-
pdfcreator=bard v. 1.0.3 - https://github.com/vojtechkral/bard,
53+
pdfcreator=bard v. 1.1.0 - https://github.com/vojtechkral/bard,
5454
}
5555

5656
%% Song title and subtitle formats

0 commit comments

Comments
 (0)