Skip to content

Commit 6b6b806

Browse files
updating version number
1 parent 7a3e649 commit 6b6b806

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,19 @@ repositories {
4646
<dependency>
4747
<groupId>com.socketlabs</groupId>
4848
<artifactId>injectionApi</artifactId>
49-
<version>1.4.0</version>
49+
<version>1.4.4</version>
5050
</dependency>
5151
```
5252

5353
### via jar file
5454

5555
You can just drop the jar file in.
5656

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

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

61-
[injectionApi-1.4.0-javadoc.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.4.0/injectionApi-1.4.0-javadoc.jar)
61+
[injectionApi-1.4.4-javadoc.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.4.4/injectionApi-1.4.4-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

@@ -232,6 +232,7 @@ For more information about AMP please see [AMP Project](https://amp.dev/document
232232

233233
<a name="version"></a>
234234
# Version
235+
* 1.4.4 - Added MetadataOrTagsAreTooLarge error messsage
235236
* 1.4.0 - Adding Metadata and Tags
236237
* 1.2.1 - Adding optional retry logic for Http requests. If configured, the request will retry when certain 500 errors occur (500, 502, 503, 504)
237238
* 1.1.1 - Adding request timeout value on the client for Http requests

injectionApi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
def baseGroupId = "com.socketlabs"
88
def baseArtifactId = 'injectionApi'
99
def computeVersion() {
10-
def baseVersion = "1.4.2"
10+
def baseVersion = "1.4.4"
1111
def release = true
1212
if (release)
1313
return "${baseVersion}"

0 commit comments

Comments
 (0)