Skip to content

Commit d588e0f

Browse files
committed
Bumping the version to 0.0.7
1 parent 5249145 commit d588e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ For Maven,
1010
<dependency>
1111
<groupId>in.ashwanthkumar</groupId>
1212
<artifactId>slack-java-webhook</artifactId>
13-
<version>0.0.6</version>
13+
<version>0.0.7</version>
1414
</dependency>
1515
```
1616

1717
For SBT,
1818
```
19-
libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.6"
19+
libraryDependencies += "in.ashwanthkumar" % "slack-java-webhook" % "0.0.7"
2020
```
2121

2222
## Usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>in.ashwanthkumar</groupId>
55
<artifactId>slack-java-webhook</artifactId>
6-
<version>0.0.7-SNAPSHOT</version>
6+
<version>0.0.7</version>
77
<name>Slack Webhook (Java)</name>
88
<description>Slack Webhook API in Java</description>
99

0 commit comments

Comments
 (0)