Skip to content

Commit

Permalink
리드미 수정.
Browse files Browse the repository at this point in the history
  • Loading branch information
taromati committed May 13, 2024
1 parent 14e97e0 commit 92513d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
1. 터미널에서 `gradlew jar` 실행

## **다운로드 방법**
1. Github(https://github.com/taromati/done-connector) 의 Release 에서 [다운로드](https://github.com/taromati/done-connector/releases/download/1.2.0/done-connector-1.2.0.jar)
1. Github(https://github.com/taromati/done-connector) 의 Release 에서 [다운로드](https://github.com/taromati/done-connector/releases/download/1.3.0/done-connector-1.3.0.jar)

## **실행 방법**

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'me.taromati'
version = '1.2.0'
version = '1.3.0'

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- say 예를 들어 1000원, 3000원 이외 후원들은 모두 이 명령어가 실행됩니다.
- say 물론 0원을 설정해놓지 않으면 정해놓은 가격 이외 후원은 무시됩니다.
1000:
- say hi
- say hi; say hello
- time set 0
3000:
- say bye
Expand Down

0 comments on commit 92513d9

Please sign in to comment.