Skip to content

Commit

Permalink
Modifying build.gradle & readme file for V1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Morxander committed Nov 30, 2016
1 parent ff9bda9 commit 0ed4bb2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions EditCard/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -21,7 +21,7 @@ android {
ext {
PUBLISH_GROUP_ID = 'morxander.editcard'
PUBLISH_ARTIFACT_ID = 'EditCard'
PUBLISH_VERSION = '1.0.0'
PUBLISH_VERSION = '1.0.1'
}

dependencies {
Expand Down
4 changes: 2 additions & 2 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Custom EditText For Android To Enter Credit Card Numbers
Download via Gradle:

```gradle
compile 'morxander.editcard:EditCard:1.0.0'
compile 'morxander.editcard:EditCard:1.0.1'
```

### Usage
Expand Down Expand Up @@ -40,4 +40,4 @@ For now we only support the following card types :
* Discover

### License
GNU GENERAL PUBLIC LICENSE 3
GNU GENERAL PUBLIC LICENSE 3

0 comments on commit 0ed4bb2

Please sign in to comment.