From 52cc9a657949736be76e2953ad3231e4721af511 Mon Sep 17 00:00:00 2001 From: Takahiro Ueda Date: Mon, 29 Jan 2024 22:55:34 +0900 Subject: [PATCH] chore(release): bump version to 0.11.1 --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a17a568..556167e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ # SOFTWARE. # -MAKEFILE4LATEX_VERSION = 0.11.1-dev +MAKEFILE4LATEX_VERSION = 0.11.1 define help_message Makefile for LaTeX ($(MAKEFILE4LATEX_VERSION)) diff --git a/README.md b/README.md index 14e354a..b04d803 100644 --- a/README.md +++ b/README.md @@ -47,10 +47,10 @@ Getting started --------------- Download `Makefile` via -[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.11.0/Makefile) +[this link](https://raw.githubusercontent.com/tueda/makefile4latex/v0.11.1/Makefile) in your browser or by using `curl`: ```shell -curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.11.0/Makefile +curl -O https://raw.githubusercontent.com/tueda/makefile4latex/v0.11.1/Makefile ``` and put it into a directory that contains LaTeX files. Then just type: ```shell