From 0d5854ec05722813992398fec4c4a31b0fab1a59 Mon Sep 17 00:00:00 2001 From: Niranjan Rajendran Date: Wed, 2 Sep 2015 19:11:29 +0530 Subject: [PATCH] Version 2.0.4 (20406) --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c815d15b..43b45a62 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.3-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.3-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.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) ![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 103e9193..78bac4e4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -16,7 +16,7 @@ repositories { def versionMajor = 2 def versionMinor = 0 -def versionPatch = 3 +def versionPatch = 4 def versionBuild = 6 android {