Skip to content

Commit a172073

Browse files
committed
Merge pull request #17 from eprogramming/master
issue #16
2 parents 9f32104 + d1e022a commit a172073

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

.travis.yml

-5
This file was deleted.

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Download:
88

99
Universal package:
1010

11-
[scalaesh-1.0.tgz](https://github.com/EsmerilProgramming/scalaesh/releases/download/1.0/scalaesh-1.0.tgz)
11+
[scalaesh-1.0.tgz](https://github.com/EsmerilProgramming/scalaesh/releases/download/0.56/scalaesh-0.56.tgz)
1212

1313
```shell
14-
$ tar xvzf scalaesh-1.0.tgz
14+
$ tar xvzf scalaesh-0.56.tgz
1515
```
1616

1717
```shell
18-
$ cd scalaesh-1.0/bin/
18+
$ cd scalaesh-0.56/bin/
1919
```
2020

2121
```shell
@@ -24,11 +24,11 @@ $ ./scalaesh
2424

2525
Rpm package:
2626

27-
[scalaesh-1.0-1.noarch.rpm](https://github.com/EsmerilProgramming/scalaesh/releases/download/1.0/scalaesh-1.0-1.noarch.rpm)
27+
[scalaesh-0.56-1.noarch.rpm](https://github.com/EsmerilProgramming/scalaesh/releases/download/0.56/scalaesh-0.56-1.noarch.rpm)
2828

2929

3030
```shell
31-
$ sudo yum install scalaesh-1.0-1.noarch.rpm
31+
$ sudo yum install scalaesh-0.56-1.noarch.rpm
3232
```
3333

3434
```shell

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import NativePackagerKeys._
33

44
name := "scalaesh"
55

6-
version := "1.0"
6+
version := "0.56"
77

88
scalaVersion := "2.11.0"
99

0 commit comments

Comments
 (0)