diff --git a/Makefile b/Makefile index bc39cf0..13a9292 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ # SOFTWARE. # -MAKEFILE4LATEX_VERSION = 0.6.1-dev +MAKEFILE4LATEX_VERSION = 0.7.0 define help_message Makefile for LaTeX ($(MAKEFILE4LATEX_VERSION)) diff --git a/README.md b/README.md index 164a6ba..e26b312 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ Getting started --------------- Download `Makefile` via -[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.6.0/Makefile) +[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.7.0/Makefile) in your browser or by using `curl`: ```shell -curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.6.0/Makefile +curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.7.0/Makefile ``` and put it into a directory that contains LaTeX files. Then just type: ```shell