From 0d48a0e92b8cd1b2a665c9a46c404e1f0e2c86d1 Mon Sep 17 00:00:00 2001 From: Michael Crumm Date: Fri, 30 Jul 2021 15:31:18 -0700 Subject: [PATCH] Release v0.1.1 --- CHANGELOG.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6ad17..ba68dd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v0.1.1 (Unreleased) +## v0.1.1 (2021-07-30) * Fix installation path/unzip on windows * Add wrapper script to address zombie processes diff --git a/mix.exs b/mix.exs index 2b21db4..3b72fd7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule DartSass.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" @source_url "https://github.com/CargoSense/dart_sass" def project do