From b33f8f55e750063a380e67e9580de3a97d4ab545 Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Wed, 26 May 2021 12:47:11 +0900 Subject: [PATCH] chore(version): prepare for release 0.7.0 --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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