Skip to content

Commit d9804ab

Browse files
updating version
1 parent 46095b5 commit d9804ab

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
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.0.2'
34+
compile group: 'com.socketlabs', name: 'injectionApi', version: '1.0.3'
3535
}
3636
3737
repositories {
@@ -46,19 +46,19 @@ repositories {
4646
<dependency>
4747
<groupId>com.socketlabs</groupId>
4848
<artifactId>injectionApi</artifactId>
49-
<version>1.0.2</version>
49+
<version>1.0.3</version>
5050
</dependency>
5151
```
5252

5353
### via jar file
5454

5555
You can just drop the jar file in.
5656

57-
[socketlabs-java-1.0.2.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.0.2/socketlabs-java-1.0.2.jar)
57+
[socketlabs-java-1.0.3.jar](https://github.com/socketlabs/socketlabs-java/releases/download/1.0.3/socketlabs-java-1.0.3.jar)
5858

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

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

injectionApi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def baseGroupId = "com.socketlabs"
99
def baseArtifactId = 'injectionApi'
1010

1111
def computeVersion() {
12-
def baseVersion = "1.0.2"
12+
def baseVersion = "1.0.3"
1313
def release = true
1414
if (release)
1515
return "${baseVersion}"

injectionApi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.socketlabs</groupId>
66
<artifactId>injectionApi</artifactId>
7-
<version>1.0.2</version>
7+
<version>1.0.3</version>
88
<name>socketlabs-java</name>
99
<description>SocketLabs Email Delivery Java library</description>
1010
<url>https://github.com/socketlabs/socketlabs-java/</url>

0 commit comments

Comments
 (0)