Skip to content

Commit

Permalink
Merge pull request #14 from voitau/master
Browse files Browse the repository at this point in the history
Bump the version
  • Loading branch information
voitau authored Apr 2, 2020
2 parents 62c0eaf + f7c773d commit 72ac89b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,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.11/install.sh | bash
curl -o- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.13/install.sh | bash
```
```sh
wget -qO- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.11/install.sh | bash
wget -qO- https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v0.0.13/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`).

Expand Down
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{ # this ensures the entire script is downloaded #

MDLM_VERSION="0.0.11"
MDLM_VERSION="0.0.13"
MDLM_REMOTE_FILE="https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v${MDLM_VERSION}/mdlm.sh"

mdlm_echo() {
Expand Down Expand Up @@ -61,7 +61,7 @@ mdlm_update_profile() {
}

mdlm_install() {
mdlm_echo "Installing Markdown localization manager."
mdlm_echo "Installing Markdown localization manager (Bash) ${MDLM_VERSION}"
local INSTALL_DIR

INSTALL_DIR="$(mdlm_install_dir)"
Expand Down
2 changes: 1 addition & 1 deletion mdlm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# Functions:
# - mdlm_* - custom functions.
MDLM_VERSION="0.0.11"
MDLM_VERSION="0.0.13"

DEFAULT_LCM_LOCAL="English"

Expand Down

0 comments on commit 72ac89b

Please sign in to comment.