Skip to content

Commit

Permalink
[*] bumped up the version to 1.4.0-7
Browse files Browse the repository at this point in the history
  • Loading branch information
nisrulz committed Jul 4, 2016
1 parent 098f7dd commit a712f2e
Show file tree
Hide file tree
Showing 2 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 @@ -55,7 +55,7 @@ For more detailed usage, check the [Wiki](https://github.com/nisrulz/sensey/wiki
# Including in your project
- Sensey is available in the MavenCentral, so getting it as simple as adding it as a dependency
```gradle
compile 'com.github.nisrulz:sensey:1.3.0'
compile 'com.github.nisrulz:sensey:1.4.0'
```

# Pull Requests
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 24
versionCode 6
versionName '1.3.0'
versionCode 7
versionName '1.4.0'
}
buildTypes {
debug {
Expand Down

0 comments on commit a712f2e

Please sign in to comment.