Skip to content

Commit 94c8ffd

Browse files
committed
chore(version): prepare for release 0.6.0
1 parent e10865d commit 94c8ffd

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.5.3-dev
31+
MAKEFILE4LATEX_VERSION = 0.6.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
@@ -45,10 +45,10 @@ Getting started
4545
---------------
4646

4747
Download `Makefile` via
48-
[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.5.2/Makefile)
48+
[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.6.0/Makefile)
4949
in your browser or by using `curl`:
5050
```shell
51-
curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.5.2/Makefile
51+
curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.6.0/Makefile
5252
```
5353
and put it into a directory that contains LaTeX files. Then just type:
5454
```shell

0 commit comments

Comments
 (0)