Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bae Yong-Ju authored and Bae Yong-Ju committed May 25, 2017
1 parent f32449c commit eb96e24
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
@@ -1,4 +1,4 @@
# Android Josa Formatter 1.2
# Android Josa Formatter 1.3
String.format을 확장해 받침에 따라 조사(은,는,이,가,을,를 등)를 교정합니다.

***아직 읽는 방법에 대한 규칙을 찾지 못한 부분이 많습니다. 오동작이 발견되거나 좀 더 나은 규칙이 있다면 꼭!! 알려주세요.***
Expand Down Expand Up @@ -28,7 +28,7 @@ android {

dependencies {
...
+ compile 'com.github.b1uec0in:androidjosaformatter:1.1'
+ compile 'com.github.b1uec0in:androidjosaformatter:1.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion josaformatter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName "1.2"
versionName "1.3"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit eb96e24

Please sign in to comment.