Skip to content

Commit

Permalink
Merge pull request #18 from voitau/master
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
voitau authored Apr 3, 2020
2 parents 7c3ec6c + f39d57d commit eb5ed26
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`).

Expand Down
2 changes: 1 addition & 1 deletion 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.14"
MDLM_VERSION="0.0.15"
MDLM_REMOTE_FILE="https://raw.githubusercontent.com/markdown-localization/mdlm-sh/v${MDLM_VERSION}/mdlm.sh"

mdlm_echo() {
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.14"
MDLM_VERSION="0.0.15"

DEFAULT_LCM_LOCAL="English"

Expand Down

0 comments on commit eb5ed26

Please sign in to comment.