Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrichreimer committed Jul 12, 2016
1 parent cbe0751 commit 5346e74
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 @@ -55,7 +55,7 @@ allprojects {
```
```gradle
dependencies {
compile 'com.heinrichreimersoftware:material-intro:1.5.5'
compile 'com.heinrichreimersoftware:material-intro:1.5.6'
}
```

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ apply plugin: 'com.neenbedankt.android-apt'

def versionMajor = 1
def versionMinor = 5
def versionPatch = 5
def versionPatch = 6
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

def versionMajor = 1
def versionMinor = 5
def versionPatch = 5
def versionPatch = 6
def versionBuild = 0 // bump for dogfood builds, public betas, etc.

android {
Expand Down

0 comments on commit 5346e74

Please sign in to comment.