File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ A simple java terminal emulator running on top of [aesh](https://github.com/aesh
1010Download:
1111---------
1212
13- [ mterm-0.57 .zip] ( https://github.com/aeshell/mterm/releases/download/0.57 /mterm-0.57 .zip )
13+ [ mterm-0.61 .zip] ( https://github.com/aeshell/mterm/releases/download/0.61 /mterm-0.61 .zip )
1414
1515
1616``` shell
17- $ unzip mterm-0.57 .zip
18- $ cd mterm-0.57 /bin
17+ $ unzip mterm-0.61 .zip
18+ $ cd mterm-0.61 /bin
1919$ ./mterm
2020```
2121
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ apply plugin: 'application'
2525apply plugin : ' codenarc'
2626
2727group = ' org.jboss.aesh'
28- version = ' 0.61-SNAPSHOT '
28+ version = ' 0.61'
2929
3030mainClassName = ' org.jboss.aesh.mterm.Mterm'
3131
@@ -52,11 +52,7 @@ test {
5252dependencies {
5353 compile group : ' org.jboss.aesh' , name : ' aesh' , version : version
5454 compile group : ' org.jboss.aesh' , name : ' aesh-extensions' , version : version
55- compile ' org.codehaus.groovy:groovy-all :2.4.3'
55+ compile ' org.codehaus.groovy:groovy:2.4.3'
5656 testCompile group : ' junit' , name : ' junit' , version : ' 4.+'
5757 testCompile group : ' org.easytesting' , name : ' fest-swing' , version : ' 1.2.1'
5858}
59-
60- task wrapper (type : Wrapper ) {
61- gradleVersion = ' 2.4'
62- }
You can’t perform that action at this time.
0 commit comments