Skip to content

Commit 1f2a3a9

Browse files
committed
Bump version: 1.2.0
1 parent 3f76c08 commit 1f2a3a9

File tree

9 files changed

+35
-35
lines changed

9 files changed

+35
-35
lines changed

Cargo.lock

Lines changed: 27 additions & 27 deletions
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.1.0"
3+
version = "1.2.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
@@ -230,7 +230,7 @@ <h4>(You can edit this content!)</h4>
230230

231231
</div>
232232
<footer class="faint">
233-
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.1.0.
233+
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.2.0.
234234
</footer>
235235
</body>
236236
</html>

default/output/songbook.pdf

-1 Bytes
Binary file not shown.

default/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.1.0 - https://github.com/vojtechkral/bard,
53+
pdfcreator=bard v. 1.2.0 - https://github.com/vojtechkral/bard,
5454
}
5555

5656
%% Song title and subtitle formats

example/output/songbook.html

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

608608
</div>
609609
<footer class="faint">
610-
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.1.0.
610+
Created with <strong><a href="https://github.com/vojtechkral/bard">bard</a></strong> version 1.2.0.
611611
</footer>
612612
</body>
613613
</html>

example/output/songbook.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"book": {
3-
"title_note": "A set of a few non-copyrighted songs.",
4-
"subtitle": "An example project",
53
"title": "Bard Songbook",
4+
"subtitle": "An example project",
5+
"title_note": "A set of a few non-copyrighted songs.",
66
"chorus_label": "Ch",
77
"front_img": "guitar.jpg"
88
},
@@ -1809,7 +1809,7 @@
18091809
"output": {},
18101810
"program": {
18111811
"name": "bard",
1812-
"version": "1.1.0",
1812+
"version": "1.2.0",
18131813
"description": "Creates PDF and HTML songbooks out of easy-to-write Markdown sources.",
18141814
"homepage": "https://github.com/vojtechkral/bard",
18151815
"authors": "Vojtech Kral <vojtech@kral.hk>"

example/output/songbook.pdf

-1 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.1.0 - https://github.com/vojtechkral/bard,
53+
pdfcreator=bard v. 1.2.0 - https://github.com/vojtechkral/bard,
5454
}
5555

5656
%% Song title and subtitle formats

0 commit comments

Comments
 (0)