summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2019-01-17 17:13:43 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2019-01-17 17:13:43 +0800
commitb3efd5a5225afb385e5a75b0e06fd4554a4cb2a6 (patch)
treebec3e89578d6afaf146495f416bd78e280be7891
parent1afeeadec528c9a67133e83940c04f63914438b8 (diff)
downloadmill-0.3.6.tar.gz
mill-0.3.6.tar.bz2
mill-0.3.6.zip
0.3.60.3.6
-rw-r--r--docs/pages/1 - Intro to Mill.md4
-rw-r--r--readme.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index 18031367..e4ba6d46 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -36,7 +36,7 @@ pacaur -S mill
### Windows
To get started, download Mill from:
-https://github.com/lihaoyi/mill/releases/download/0.3.5/0.3.5, and save it as
+https://github.com/lihaoyi/mill/releases/download/0.3.6/0.3.6, and save it as
`mill.bat`.
If you're using [Scoop](https://scoop.sh) you can install Mill via
@@ -73,7 +73,7 @@ To get started, download Mill and install it into your system via the following
`curl`/`chmod` command:
```bash
-sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.3.5/0.3.5) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
+sudo sh -c '(echo "#!/usr/bin/env sh" && curl -L https://github.com/lihaoyi/mill/releases/download/0.3.6/0.3.6) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill'
```
### Development Releases
diff --git a/readme.md b/readme.md
index e6d5b34b..0d5abf18 100644
--- a/readme.md
+++ b/readme.md
@@ -151,7 +151,7 @@ optimizer without classpath conflicts.
## Changelog
-### {master}
+### 0.3.6
- Started to splitting out mill.api from mill.core