Skip to content

Commit a1c6cf8

Browse files
committed
Updating README with latest version numbers
1 parent 686f554 commit a1c6cf8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.3</version>
13+
<version>0.0.4</version>
1414
</dependency>
1515
```
1616

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

2222
## Usage

0 commit comments

Comments
 (0)