Skip to content

Commit dd034e1

Browse files
ReadMe Upadate
1 parent 468c157 commit dd034e1

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

README.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the following to your build.gradle file in the root of your project.
3131
...
3232
dependencies {
3333
...
34-
compile group: 'com.socketlabs', name: 'injectionApi', version: '1.1.0'
34+
compile group: 'com.socketlabs', name: 'injectionApi', version: '1.1.1'
3535
}
3636
3737
repositories {
@@ -46,19 +46,19 @@ repositories {
4646
<dependency>
4747
<groupId>com.socketlabs</groupId>
4848
<artifactId>injectionApi</artifactId>
49-
<version>1.1.0</version>
49+
<version>1.1.1</version>
5050
</dependency>
5151
```
5252

5353
### via jar file
5454

5555
You can just drop the jar file in.
5656

57-
[injectionApi-1.1.0.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.1.0/injectionApi-1.1.0.jar)
57+
[injectionApi-1.1.1.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.1.1/injectionApi-1.1.1.jar)
5858

59-
[injectionApi-1.1.0-sources.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.1.0/injectionApi-1.1.0-sources.jar)
59+
[injectionApi-1.1.1-sources.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.1.1/injectionApi-1.1.1-sources.jar)
6060

61-
[injectionApi-1.1.0-javadoc.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.1.0/injectionApi-1.1.0-javadoc.jar)
61+
[injectionApi-1.1.1-javadoc.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.1.1/injectionApi-1.1.1-javadoc.jar)
6262

6363
Alternately, you can simply [clone this repository](https://github.com/socketlabs/socketlabs-java.git) directly to include the source code in your project.
6464

@@ -227,6 +227,12 @@ unique merge data per recipient.
227227
This example demonstrates how to send a bulk message with an AMP Html body.
228228
For more information about AMP please see [AMP Project](https://amp.dev/documentation/)
229229

230+
<a name="version"></a>
231+
# Version
232+
* 1.1.1 - Adding request timeout value on the client for Http requests
233+
* 1.1.0 - Adds Amp Html Support
234+
* 1.0.0 - Initial Release
235+
*
230236
<a name="license"></a>
231237
# License
232238
The SocketLabs.EmailDelivery library and all associated code, including any code samples, are [MIT Licensed](https://github.com/socketlabs/socketlabs-java/blob/master/LICENSE.MD).

0 commit comments

Comments
 (0)