Skip to content

Commit fb8a9fe

Browse files
lenzlenz
authored andcommitted
Rel 0.3.1 - Code cleanup and bug ari4java#28 fixed
1 parent bbcb9d5 commit fb8a9fe

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If you use Gradle (or any tool using Maven dependencies) you can simply declare
3535

3636

3737
dependencies {
38-
compile 'ch.loway.oss.ari4java:ari4java:0.3.0'
38+
compile 'ch.loway.oss.ari4java:ari4java:0.3.1'
3939
}
4040

4141
This will download the package and all required dependencies.
@@ -83,6 +83,7 @@ The project requires:
8383
Status
8484
------
8585

86+
* 15.03.20 - Disconnected ARI WS now throws an exception - se bug #28 - release 0.3.1
8687
* 15.03.11 - Added support for ARI 1.7.0 (bug #28) - release 0.3.0
8788
* 15.01.17 - Added support for ARI 1.6.0 (bug #24) - release 0.2.3 - compiles with Netty 4.0.25
8889
* 14.11.01 - Added support for ARI 1.5 (bug #9)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def env = System.getenv()
99

1010
project.ext {
1111
webapp_name = 'ari4java'
12-
app_version = '0.3.0'
12+
app_version = '0.3.1'
1313
build_number = env["BUILD_NUMBER"]
1414
version_class = 'ch/loway/oss/ari4java/BUILD.java'
1515
build_time = "" + new Date()

0 commit comments

Comments
 (0)