From f39d57d48192ff7ae44c91f5b14cd008da26c5b0 Mon Sep 17 00:00:00 2001 From: voitau Date: Thu, 2 Apr 2020 19:13:26 -0700 Subject: [PATCH] Bump version --- README.md | 4 ++-- install.sh | 2 +- mdlm.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17674aa..fcb8f06 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Minimal reference implenentation of [Markdown Localization Specification](https: To install or update mdlm, you should run the install script. To do that, you may either download and run the script manually, or use the following cURL or Wget command: ```sh -curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.14/install.sh | bash +curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.15/install.sh | bash ``` ```sh -wget -qO- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.14/install.sh | bash +wget -qO- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.15/install.sh | bash ``` Running either of the above commands downloads a script and runs it. The script copies mdlm script to `~/.mdlm`, and attempts to add the source lines from the snippet below to the correct profile file (`~/.bash_profile`, or `~/.bashrc`). diff --git a/install.sh b/install.sh index b03dc8e..2bef7e5 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ { # this ensures the entire script is downloaded # -MDLM_VERSION="0.0.14" +MDLM_VERSION="0.0.15" MDLM_REMOTE_FILE="https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v${MDLM_VERSION}/mdlm.sh" mdlm_echo() { diff --git a/mdlm.sh b/mdlm.sh index f9c17d6..66eb70a 100755 --- a/mdlm.sh +++ b/mdlm.sh @@ -8,7 +8,7 @@ # # Functions: # - mdlm_* - custom functions. -MDLM_VERSION="0.0.14" +MDLM_VERSION="0.0.15" DEFAULT_LCM_LOCAL="English"