Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jun 4, 2017
1 parent d056ec2 commit 879fa82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Show a beautiful Intro to your users with ease.

![](art/screenshot_gallery.png)

You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.4.0/sample-release.apk).
You can download the latest sample app [here](https://github.com/rubengees/introduction/releases/download/1.4.1/sample-release.apk).

### Table of contents

Expand Down Expand Up @@ -37,7 +37,7 @@ And this to your module `build.gradle` (usually in the `app` directory):

```groovy
dependencies {
compile 'com.github.rubengees:introduction:1.4.0'
compile 'com.github.rubengees:introduction:1.4.1'
}
```

Expand Down Expand Up @@ -232,7 +232,7 @@ If you set a CustomViewBuilder to your Slide, all other values aside from the co
##### Further reading

A much more detailed explanation with all available APIs can be found in the [Wiki](https://github.com/RubenGees/Introduction/wiki).<br>
Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.4.0/javadoc/).
Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/introduction/1.4.1/javadoc/).

### Upgrade Guide

Expand All @@ -253,7 +253,7 @@ Detailed Javadoc can be found [here](https://jitpack.io/com/github/rubengees/int

### Metrics

<a href="http://www.methodscount.com/?lib=com.github.rubengees%3Aintroduction%3A1.4.0"><img src="https://img.shields.io/badge/Methods and size-core: 307 | deps: 16517 | 54 KB-e91e63.svg"/></a><br>
<a href="http://www.methodscount.com/?lib=com.github.rubengees%3Aintroduction%3A1.4.1"><img src="https://img.shields.io/badge/Methods and size-core: 307 | deps: 16517 | 54 KB-e91e63.svg"/></a><br>

### Contributions and contributors

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext {
preDexLibs = !project.hasProperty('disablePreDex')

version = '1.4.0'
versionCode = 26
version = '1.4.1'
versionCode = 27
minSdkVersion = 9
targetSdkVersion = 25
compileSdkVersion = 25
Expand Down

0 comments on commit 879fa82

Please sign in to comment.