Skip to content

Commit 85a1394

Browse files
committed
chore(release): bump version to 0.11.0
1 parent 66a1ef9 commit 85a1394

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# SOFTWARE.
2929
#
3030

31-
MAKEFILE4LATEX_VERSION = 0.10.1-dev
31+
MAKEFILE4LATEX_VERSION = 0.11.0
3232

3333
define help_message
3434
Makefile for LaTeX ($(MAKEFILE4LATEX_VERSION))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Getting started
4747
---------------
4848

4949
Download `Makefile` via
50-
[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.10.0/Makefile)
50+
[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.11.0/Makefile)
5151
in your browser or by using `curl`:
5252
```shell
53-
curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.10.0/Makefile
53+
curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.11.0/Makefile
5454
```
5555
and put it into a directory that contains LaTeX files. Then just type:
5656
```shell

0 commit comments

Comments
 (0)