Skip to content

Commit

Permalink
Ready for new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ausboyue committed Jun 24, 2019
1 parent 16730e5 commit 6c053ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.cn.md
Expand Up @@ -4,7 +4,7 @@

**[English](./README.md) | 简体中文**

![License](https://img.shields.io/github/license/ausboyue/IntentLife.svg) ![platform](https://img.shields.io/badge/platform-android-green.svg) ![jitpack](https://jitpack.io/v/ausboyue/IntentLife.svg) ![Latest](https://img.shields.io/badge/Latest-1.0.1-brightgreen.svg) ![RepoSize](https://img.shields.io/badge/RepoSize-156KB-blue.svg) ![CoreSize](https://img.shields.io/badge/CoreSize-3.2KB-blue.svg)
![License](https://img.shields.io/github/license/ausboyue/IntentLife.svg) ![platform](https://img.shields.io/badge/platform-android-green.svg) ![jitpack](https://jitpack.io/v/ausboyue/IntentLife.svg) ![Latest](https://img.shields.io/badge/Latest-1.0.2-brightgreen.svg) ![RepoSize](https://img.shields.io/badge/RepoSize-156KB-blue.svg) ![CoreSize](https://img.shields.io/badge/CoreSize-3.2KB-blue.svg)


#### 介绍
Expand All @@ -28,8 +28,8 @@

```groovy
dependencies {
implementation 'com.github.ausboyue.IntentLife:intentlife:v1.0.1'
annotationProcessor 'com.github.ausboyue.IntentLife:intentlife_compiler:v1.0.1'
implementation 'com.github.ausboyue.IntentLife:intentlife:v1.0.2'
annotationProcessor 'com.github.ausboyue.IntentLife:intentlife_compiler:v1.0.2'
}
```

Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -4,7 +4,7 @@

**English | [简体中文](./README.cn.md)**

![License](https://img.shields.io/github/license/ausboyue/IntentLife.svg) ![platform](https://img.shields.io/badge/platform-android-green.svg) ![jitpack](https://jitpack.io/v/ausboyue/IntentLife.svg) ![Latest](https://img.shields.io/badge/Latest-1.0.1-brightgreen.svg) ![RepoSize](https://img.shields.io/badge/RepoSize-156KB-blue.svg) ![CoreSize](https://img.shields.io/badge/CoreSize-3.2KB-blue.svg)
![License](https://img.shields.io/github/license/ausboyue/IntentLife.svg) ![platform](https://img.shields.io/badge/platform-android-green.svg) ![jitpack](https://jitpack.io/v/ausboyue/IntentLife.svg) ![Latest](https://img.shields.io/badge/Latest-1.0.2-brightgreen.svg) ![RepoSize](https://img.shields.io/badge/RepoSize-156KB-blue.svg) ![CoreSize](https://img.shields.io/badge/CoreSize-3.2KB-blue.svg)


#### Description
Expand All @@ -26,8 +26,8 @@ Add to your root build.gradle:
Add the dependency:
```groovy
dependencies {
implementation 'com.github.ausboyue.IntentLife:intentlife:v1.0.1'
annotationProcessor 'com.github.ausboyue.IntentLife:intentlife_compiler:v1.0.1'
implementation 'com.github.ausboyue.IntentLife:intentlife:v1.0.2'
annotationProcessor 'com.github.ausboyue.IntentLife:intentlife_compiler:v1.0.2'
}
```

Expand Down

0 comments on commit 6c053ce

Please sign in to comment.