Skip to content

Commit f421b9b

Browse files
lenzlenz
authored andcommitted
Release 0.4.4
1 parent f1b4181 commit f421b9b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

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

4040

4141
dependencies {
42-
compile 'ch.loway.oss.ari4java:ari4java:0.4.2'
42+
compile 'ch.loway.oss.ari4java:ari4java:0.4.4'
4343
}
4444

4545
This will download the package and all required dependencies.
@@ -87,6 +87,7 @@ The project requires:
8787
Status
8888
------
8989

90+
* 17.02.04 - Added support for ARI 2.0.0 (#62) and quicker deserialization (#63)
9091
* 16.11.30 - Fixes on Graham's AutoReconnect patch - #60 - rel 0.4.3
9192
* 16.10.21 - Fixing #55 and #57 - rel 0.4.2
9293
* 16.10.17 - Graham's AutoReconnect patch #52 - rel 0.4.1

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.4.3'
12+
app_version = '0.4.4'
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)