Skip to content

Commit

Permalink
update numbers to 3.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
fchauveau committed Dec 19, 2016
1 parent ce93e0f commit c7cd2c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Including in Your Project
### Gradle

```groovy
compile 'com.code-troopers.betterpickers:library:3.0.2'
compile 'com.code-troopers.betterpickers:library:3.1.0'
```

### Maven
Expand All @@ -40,7 +40,7 @@ compile 'com.code-troopers.betterpickers:library:3.0.2'
<dependency>
<groupId>com.code-troopers.betterpickers</groupId>
<artifactId>library</artifactId>
<version>3.0.2</version>
<version>3.1.0</version>
<type>aar</type>
</dependency>
```
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
VERSION_NAME=3.0.2
VERSION_CODE=302
VERSION_NAME=3.1.0
VERSION_CODE=310
GROUP=com.code-troopers.betterpickers

ANDROID_BUILD_MIN_SDK_VERSION=9
Expand Down

0 comments on commit c7cd2c4

Please sign in to comment.