Skip to content

Commit 95dee58

Browse files
committed
Bump version to 1.0.3
1 parent d8bde32 commit 95dee58

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Various Java client libraries for utilization of APIs in <a href="https://adscore.com">AdScore.com</a>
44

5-
<h5> Latest version: 1.0.2 - currently available features: </h5>
5+
<h5> Latest version: 1.0.3 - currently available features: </h5>
66
1. SignatureVerifier
77

88
<h5> other languages: <h5>
@@ -24,14 +24,14 @@ The easiest way to utilize the library is to attach it as a Maven dependency:
2424
<dependency>
2525
<groupId>com.adscore</groupId>
2626
<artifactId>adscore-client-libraries</artifactId>
27-
<version>1.0.2</version>
27+
<version>1.0.3</version>
2828
</dependency>
2929
```
3030

3131
or as a Gradle dependency:
3232

3333
```gradle
34-
compile 'com.adscore:adscore-client-libraries:1.0.2'
34+
compile 'com.adscore:adscore-client-libraries:1.0.3'
3535
```
3636

3737
<h5>Maven/Gradle static file</h5>
@@ -42,15 +42,15 @@ Download the latest release from <a href="https://github.com/Adscore/client-libs
4242
<dependency>
4343
<groupId>com.adscore</groupId>
4444
<artifactId>client-libraries</artifactId>
45-
<version>1.0.2</version>
45+
<version>1.0.3</version>
4646
<scope>system</scope>
47-
<systemPath>${project.basedir}/libs/adscore-client-libraries-1.0.2.jar</systemPath>
47+
<systemPath>${project.basedir}/libs/adscore-client-libraries-1.0.3.jar</systemPath>
4848
</dependency>
4949
```
5050
or as a Gradle:
5151

5252
```gradle
53-
compile files('libs/adscore-client-libraries-1.0.2.jar')
53+
compile files('libs/adscore-client-libraries-1.0.3.jar')
5454
```
5555

5656
Note that this is a thin jar, so in case of manual referencing (i.e. not via mvn central) you need to ensure yourself that dependencies are satisifed - for list of those please look at build.gradle.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
}
88

99
group 'com.adscore'
10-
version '1.0.2'
10+
version '1.0.3'
1111

1212
sourceCompatibility = 1.8
1313

0 commit comments

Comments
 (0)