diff --git a/README.md b/README.md index de808815c7..334f825a1f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/WPIRoboticsProjects/GRIP.svg?branch=master)](https://travis-ci.org/WPIRoboticsProjects/GRIP) [![Build status](https://ci.appveyor.com/api/projects/status/9xl8pggec4l75pqb/branch/master?svg=true)](https://ci.appveyor.com/project/ThomasJClark/grip/branch/master) [![codecov.io](http://codecov.io/github/WPIRoboticsProjects/GRIP/coverage.svg?branch=master)](http://codecov.io/github/WPIRoboticsProjects/GRIP?branch=master) - +[![Github Releases](https://img.shields.io/github/downloads/WPIRoboticsProjects/GRIP/total.svg)](https://github.com/WPIRoboticsProjects/GRIP/releases/latest) # GRIP Computer Vision Engine diff --git a/build.gradle b/build.gradle index a9af6fe607..2524f710cb 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ allprojects { testCompile group: 'junit', name: 'junit', version: '4.12' } - version = '0.1.0' + version = '0.2.0' jacocoTestReport { reports {