Skip to content

Commit

Permalink
버전닝 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
allbegray committed Feb 11, 2016
1 parent 7a8d146 commit 7056d54
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 @@ -6,7 +6,7 @@ A Java client for the Slack Web API, Incoming Webhooks, Slackbot Remote Control,

## Change Logs

### v1.1.14.RELEASE
### v1.1.0.RELEASE

[add method "dnd"](https://api.slack.com/methods#files.comments)
[add method "files.comments"](https://api.slack.com/methods#dnd)
Expand Down Expand Up @@ -337,7 +337,7 @@ Step 2. Add the dependency in the form
<dependency>
<groupId>com.github.flowctrl</groupId>
<artifactId>slack-api</artifactId>
<version>v1.1.14.RELEASE</version>
<version>v1.1.0.RELEASE</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>flowctrl</groupId>
<artifactId>slack-api</artifactId>
<version>1.1.14-RELEASE</version>
<version>1.1.0-RELEASE</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 7056d54

Please sign in to comment.