Skip to content

Commit

Permalink
updated version + readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maduraPradeep committed Jul 14, 2016
1 parent fc8ce26 commit e454f77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.squaremobile.shoutout.sdk</groupId>
<artifactId>shoutout-java-sdk</artifactId>
<version>1.0.0</version>
<version>7.0.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -38,7 +38,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
compile "com.squaremobile.shoutout.sdk:shoutout-java-sdk:1.0.0"
compile "com.squaremobile.shoutout.sdk:shoutout-java-sdk:7.0.0"
```

### Others
Expand All @@ -49,7 +49,7 @@ At first generate the JAR by executing:

Then manually install the following JARs:

* target/shoutout-java-sdk-1.0.0.jar
* target/shoutout-java-sdk-7.0.0.jar

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>shoutout-java-sdk</artifactId>
<packaging>jar</packaging>
<name>ShoutOUT-java-sdk</name>
<version>1.0.0</version>
<version>7.0.0</version>

<prerequisites>
<maven>2.2.0</maven>
Expand Down

0 comments on commit e454f77

Please sign in to comment.