Skip to content

Commit 0fda7ba

Browse files
committed
Release 1.2
1 parent 1356719 commit 0fda7ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ JVM processes without any prior setup at the target process.
66
## Download
77

88
Download and extract
9-
[scalive-1.1.zip](https://github.com/ngocdaothanh/scalive/releases/download/v1.1/scalive-1.1.zip),
9+
[scalive-1.2.zip](https://github.com/ngocdaothanh/scalive/releases/download/v1.2/scalive-1.2.zip),
1010
you will see:
1111

1212
```
13-
scalive-1.1/
13+
scalive-1.2/
1414
scalive
1515
scalive.cmd
16-
scalive-1.1.jar
16+
scalive-1.2.jar
1717
1818
scala-library-2.10.3.jar
1919
scala-compiler-2.10.3.jar

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "tv.cntt"
22

33
name := "scalive"
44

5-
version := "1.1-SNAPSHOT"
5+
version := "1.2-SNAPSHOT"
66

77
scalaVersion := "2.11.0"
88

0 commit comments

Comments
 (0)