From b34260039cc42d9697e241c3271b47a3904d3d88 Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Sun, 23 Jul 2023 21:02:46 +0900 Subject: [PATCH] chore(version): prepare for release 0.10.0 --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 916595c..5093b2d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ # SOFTWARE. # -MAKEFILE4LATEX_VERSION = 0.9.2-dev +MAKEFILE4LATEX_VERSION = 0.10.0 define help_message Makefile for LaTeX ($(MAKEFILE4LATEX_VERSION)) diff --git a/README.md b/README.md index 0bdbae6..b0944c7 100644 --- a/README.md +++ b/README.md @@ -45,10 +45,10 @@ Getting started --------------- Download `Makefile` via -[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.9.1/Makefile) +[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.10.0/Makefile) in your browser or by using `curl`: ```shell -curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.9.1/Makefile +curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.10.0/Makefile ``` and put it into a directory that contains LaTeX files. Then just type: ```shell