Skip to content

Commit

Permalink
Bumping the version to 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanthkumar committed Jul 30, 2016
1 parent 5249145 commit d588e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ For Maven,
<dependency>
<groupId>in.ashwanthkumar</groupId>
<artifactId>slack-java-webhook</artifactId>
<version>0.0.6</version>
<version>0.0.7</version>
</dependency>
```

For SBT,
```
libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.6"
libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.7"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>in.ashwanthkumar</groupId>
<artifactId>slack-java-webhook</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<name>Slack Webhook (Java)</name>
<description>Slack Webhook API in Java</description>

Expand Down

0 comments on commit d588e0f

Please sign in to comment.