Skip to content

Commit

Permalink
aesh update version
Browse files Browse the repository at this point in the history
  • Loading branch information
helio-frota committed Jul 13, 2015
1 parent 99e7b32 commit 0c5b71e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ A simple java terminal emulator running on top of [aesh](https://github.com/aesh
Download:
---------

[mterm-0.57.zip](https://github.com/aeshell/mterm/releases/download/0.57/mterm-0.57.zip)
[mterm-0.61.zip](https://github.com/aeshell/mterm/releases/download/0.61/mterm-0.61.zip)


```shell
$ unzip mterm-0.57.zip
$ cd mterm-0.57/bin
$ unzip mterm-0.61.zip
$ cd mterm-0.61/bin
$ ./mterm
```

Expand Down
8 changes: 2 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'application'
apply plugin: 'codenarc'

group = 'org.jboss.aesh'
version = '0.61-SNAPSHOT'
version = '0.61'

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

Expand All @@ -52,11 +52,7 @@ test {
dependencies {
compile group: 'org.jboss.aesh', name: 'aesh', version: version
compile group: 'org.jboss.aesh', name: 'aesh-extensions', version: version
compile 'org.codehaus.groovy:groovy-all:2.4.3'
compile 'org.codehaus.groovy:groovy:2.4.3'
testCompile group: 'junit', name: 'junit', version: '4.+'
testCompile group: 'org.easytesting', name: 'fest-swing', version: '1.2.1'
}

task wrapper(type: Wrapper) {
gradleVersion = '2.4'
}

0 comments on commit 0c5b71e

Please sign in to comment.