Skip to content

Commit

Permalink
0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 17, 2019
1 parent 1afeead commit b3efd5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/pages/1 - Intro to Mill.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ optimizer without classpath conflicts.

## Changelog

### {master}
### 0.3.6

- Started to splitting out mill.api from mill.core

Expand Down

0 comments on commit b3efd5a

Please sign in to comment.