From e1359f4d1d21b42379170e2d0f82f9b03db20feb Mon Sep 17 00:00:00 2001 From: Rahul Muttineni Date: Sun, 26 Aug 2018 12:05:48 +0530 Subject: [PATCH] Release 1.5.1.0 --- README.md | 8 +++----- etlas-cabal/etlas-cabal.cabal | 2 +- etlas/etlas.cabal | 2 +- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ad354b4..1466db0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # Etlas - Build Tool for Eta -**Version:** 1.2.0.0 - -**Synced with Cabal:** 110d522f6c6c9bce61f6a847d1d6caa6fdb262e7 +**Version:** 1.5.1.0 ## Installation @@ -14,7 +12,7 @@ You can download the binaries from [here](https://eta-lang.org/docs/user-guides/ ### Source If you have not installed Eta yet, you can find the source installation instructions -[here](https://eta-lang.org/docs/user-guides/eta-user-guide/installation/source). If you're looking for Etlas 1.0.2.0, make sure you clone the `etlas-1.0.2.0` tag. +[here](https://eta-lang.org/docs/user-guides/eta-user-guide/installation/source). If you have already installed Eta, and you want upgrade your version of Etlas: @@ -29,7 +27,7 @@ git clone --recursive --branch [etlas-version] https://github.com/typelead/etlas Example: ```shell -git clone --recursive --branch 1.0.2.0 https://github.com/typelead/etlas +git clone --recursive --branch 1.5.1.0 https://github.com/typelead/etlas ``` 3. Install Etlas. diff --git a/etlas-cabal/etlas-cabal.cabal b/etlas-cabal/etlas-cabal.cabal index 394f035..7e2f4b7 100644 --- a/etlas-cabal/etlas-cabal.cabal +++ b/etlas-cabal/etlas-cabal.cabal @@ -1,6 +1,6 @@ name: etlas-cabal -- @VERSION -version: 1.5.0.0 +version: 1.5.1.0 copyright: 2017, TypeLead, Inc. license: BSD3 license-file: LICENSE diff --git a/etlas/etlas.cabal b/etlas/etlas.cabal index cfd9b36..487bd1e 100644 --- a/etlas/etlas.cabal +++ b/etlas/etlas.cabal @@ -1,6 +1,6 @@ name: etlas -- @VERSION -version: 1.5.0.0 +version: 1.5.1.0 synopsis: The package manager for Eta. description: The package manager for Eta.