From 1d36dcb31e7dcd22acbc9531469c0b5703057e06 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 19 May 2019 21:54:51 +0800 Subject: 0.3.8 --- docs/pages/1 - Intro to Mill.md | 4 ++-- readme.md | 2 +- 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 f7094274..00d60a80 100644 --- a/docs/pages/1 - Intro to Mill.md +++ b/docs/pages/1 - Intro to Mill.md @@ -44,7 +44,7 @@ pkg install mill ### Windows To get started, download Mill from: -https://github.com/lihaoyi/mill/releases/download/0.3.7/0.3.7, and save it as +https://github.com/lihaoyi/mill/releases/download/0.3.8/0.3.8, and save it as `mill.bat`. If you're using [Scoop](https://scoop.sh) you can install Mill via @@ -81,7 +81,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.7/0.3.7) > /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.8/0.3.8) > /usr/local/bin/mill && chmod +x /usr/local/bin/mill' ``` ### Development Releases diff --git a/readme.md b/readme.md index 6fc46b4f..106ff19d 100644 --- a/readme.md +++ b/readme.md @@ -155,7 +155,7 @@ optimizer without classpath conflicts. ## Changelog -### 0.3.7 +### 0.3.8 - Publish `compileIvyDeps` as provided scope ([535](https://github.com/lihaoyi/mill/issues/535)) -- cgit v1.2.3