Skip to content

Commit

Permalink
Version bumped to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Dec 3, 2015
1 parent 2f70ace commit 0ac3a9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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.8-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.9-yellow.svg?style=flat-square)](https://github.com/niranjan94/show-java) [![Play Store downloads](https://img.shields.io/badge/downloads-109k%20total-E04253.svg?style=flat-square)](https://play.google.com/store/apps/details?id=com.njlabs.showjava) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/show-java/localized.svg)](https://crowdin.com/project/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.9-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.1.0-yellow.svg?style=flat-square)](https://github.com/niranjan94/show-java) [![Play Store downloads](https://img.shields.io/badge/downloads-109k%20total-E04253.svg?style=flat-square)](https://play.google.com/store/apps/details?id=com.njlabs.showjava) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/show-java/localized.svg)](https://crowdin.com/project/show-java)

![ShowJava Banner v0.1](https://raw.githubusercontent.com/niranjan94/show-java/master/banner.png?v1)

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Expand Up @@ -25,9 +25,9 @@ props.each { key, val ->
}

def versionMajor = 2
def versionMinor = 0
def versionPatch = 9
def versionBuild = 10
def versionMinor = 1
def versionPatch = 0
def versionBuild = 2

android {
compileSdkVersion 23
Expand Down

0 comments on commit 0ac3a9c

Please sign in to comment.