Skip to content

Commit

Permalink
🔖 v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnLin013 committed Mar 19, 2017
1 parent 2ef1da5 commit d0b980f
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 @@ -2,7 +2,7 @@

The android library that is used to manage the preferences.

[![Platform](http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat)](http://developer.android.com/index.html) [![Language](http://img.shields.io/badge/language-java-orange.svg?style=flat)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) [![License](http://img.shields.io/badge/license-apache2.0-lightgrey.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-PreferencesManager-green.svg?style=true)](http://android-arsenal.com/details/1/3438)
[![Platform](http://img.shields.io/badge/platform-android-brightgreen.svg?style=flat)](http://developer.android.com/index.html) [![Language](http://img.shields.io/badge/language-java-orange.svg?style=flat)](http://www.oracle.com/technetwork/java/javase/downloads/index.html) [![License](http://img.shields.io/badge/license-apache2.0-lightgrey.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-PreferencesManager-green.svg?style=true)](http://android-arsenal.com/details/1/3438) [![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=15) [![Download](https://api.bintray.com/packages/shawnlin013/maven/number-picker/images/download.svg)](https://bintray.com/shawnlin013/maven/PreferencesManager/_latestVersion)

## Usage

Expand Down Expand Up @@ -59,7 +59,7 @@ buildscript {
}
dependencies {
compile 'com.shawnlin:PreferencesManager:1.0.2'
compile 'com.shawnlin:PreferencesManager:1.0.3'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_CODE=3
VERSION_NAME=1.0.2
VERSION_CODE=4
VERSION_NAME=1.0.3

GROUP=com.shawnlin
ARTIFACT_ID=PreferencesManager
Expand Down

0 comments on commit d0b980f

Please sign in to comment.