Skip to content

Commit 0c5b71e

Browse files
committed
aesh update version
1 parent 99e7b32 commit 0c5b71e

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ A simple java terminal emulator running on top of [aesh](https://github.com/aesh
1010
Download:
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

build.gradle

+2-6
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'application'
2525
apply plugin: 'codenarc'
2626

2727
group = 'org.jboss.aesh'
28-
version = '0.61-SNAPSHOT'
28+
version = '0.61'
2929

3030
mainClassName = 'org.jboss.aesh.mterm.Mterm'
3131

@@ -52,11 +52,7 @@ test {
5252
dependencies {
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-
}

0 commit comments

Comments
 (0)