From 2ec94fc12f1653798879e87c0bafa7118238b75e Mon Sep 17 00:00:00 2001 From: Niranjan Rajendran Date: Mon, 7 Sep 2015 21:04:46 +0530 Subject: [PATCH] Version 2.0.5 (20510) bump --- README.md | 2 +- app/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 43b45a62..79a337bd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://img.shields.io/travis/niranjan94/show-java.svg?style=flat-square)](https://travis-ci.org/niranjan94/show-java) [![License Info](https://img.shields.io/badge/license-Apache_License_2.0-blue.svg?style=flat-square)](https://github.com/niranjan94/show-java) [![Play Store Info](https://img.shields.io/badge/Play_Store-v2.0.4-36B0C1.svg?style=flat-square)](https://play.google.com/store/apps/details?id=com.njlabs.showjava) [![GitHub app version](https://img.shields.io/badge/GitHub-v2.0.4-yellow.svg?style=flat-square)](https://github.com/niranjan94/show-java) +[![Build Status](https://img.shields.io/travis/niranjan94/show-java.svg?style=flat-square)](https://travis-ci.org/niranjan94/show-java) [![License Info](https://img.shields.io/badge/license-Apache_License_2.0-blue.svg?style=flat-square)](https://github.com/niranjan94/show-java) [![Play Store Info](https://img.shields.io/badge/Play_Store-v2.0.5-36B0C1.svg?style=flat-square)](https://play.google.com/store/apps/details?id=com.njlabs.showjava) [![GitHub app version](https://img.shields.io/badge/GitHub-v2.0.5-yellow.svg?style=flat-square)](https://github.com/niranjan94/show-java) ![ShowJava Banner v0.1](https://raw.githubusercontent.com/niranjan94/show-java/master/banner.png) diff --git a/app/build.gradle b/app/build.gradle index 78bac4e4..cf70c589 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,8 +16,8 @@ repositories { def versionMajor = 2 def versionMinor = 0 -def versionPatch = 4 -def versionBuild = 6 +def versionPatch = 5 +def versionBuild = 10 android { compileSdkVersion 23