Skip to content

Commit

Permalink
Merge pull request #142 from HeinrichReimer/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
janheinrichmerker authored Sep 20, 2016
2 parents 3100a7c + a655ac4 commit f16ff59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8'
compile 'com.heinrichreimersoftware:material-intro:1.6'
}
```

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ apply plugin: 'com.android.application'
apply plugin: 'com.neenbedankt.android-apt'

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

android {
Expand Down Expand Up @@ -51,4 +51,4 @@ dependencies {
apt 'com.jakewharton:butterknife-compiler:8.0.1'
}

apply plugin: 'com.google.gms.google-services'
apply plugin: 'com.google.gms.google-services'
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.library'

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

android {
Expand Down

0 comments on commit f16ff59

Please sign in to comment.