diff --git a/README.md b/README.md index 1ab85477..dd3b1b39 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # react-native-splash-screen -[![Download](https://img.shields.io/badge/Download-v3.1.0-ff69b4.svg) ](https://www.npmjs.com/package/react-native-splash-screen) +[![Download](https://img.shields.io/badge/Download-v3.1.1-ff69b4.svg) ](https://www.npmjs.com/package/react-native-splash-screen) [ ![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/crazycodeboy/react-native-splash-screen/pulls) [ ![react-native-splash-screen release](https://img.shields.io/github/release/crazycodeboy/react-native-splash-screen.svg?maxAge=2592000?style=flat-square)](https://github.com/crazycodeboy/GitHubPopular/releases) [ ![语言 中文](https://img.shields.io/badge/语言-中文-feb252.svg)](https://github.com/crazycodeboy/react-native-splash-screen/blob/master/README.zh.md) diff --git a/README.zh.md b/README.zh.md index 0127a12f..a24931b9 100644 --- a/README.zh.md +++ b/README.zh.md @@ -1,6 +1,6 @@ # react-native-splash-screen -[![Download](https://img.shields.io/badge/Download-v3.1.0-ff69b4.svg) ](https://www.npmjs.com/package/react-native-splash-screen) +[![Download](https://img.shields.io/badge/Download-v3.1.1-ff69b4.svg) ](https://www.npmjs.com/package/react-native-splash-screen) [ ![PRs Welcome](https://img.shields.io/badge/PRs-Welcome-brightgreen.svg)](https://github.com/crazycodeboy/react-native-splash-screen/pulls) [ ![react-native-splash-screen release](https://img.shields.io/github/release/crazycodeboy/react-native-splash-screen.svg?maxAge=2592000?style=flat-square)](https://github.com/crazycodeboy/GitHubPopular/releases) [ ![language English](https://img.shields.io/badge/language-English-feb252.svg)](https://github.com/crazycodeboy/GitHubPopular/) diff --git a/examples/package.json b/examples/package.json index 7c63a7ae..ab65c82a 100644 --- a/examples/package.json +++ b/examples/package.json @@ -9,7 +9,7 @@ "dependencies": { "react": "16.4.1", "react-native": "0.56.0", - "react-native-splash-screen": "^3.1.0" + "react-native-splash-screen": "^3.1.1" }, "devDependencies": { "babel-jest": "23.2.0", diff --git a/package.json b/package.json index 104e21c8..9a1f9f9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-splash-screen", - "version": "3.1.0", + "version": "3.1.1", "description": "A splash screen for react-native, hide when application loaded ,it works on iOS and Android.", "main": "index.js", "scripts": {