Skip to content

Commit 8e34f03

Browse files
committed
Merge pull request #198 from JLLeitschuh/release/v0.2.0
Release v0.2.0
2 parents 5db3adf + 8aad6cc commit 8e34f03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://travis-ci.org/WPIRoboticsProjects/GRIP.svg?branch=master)](https://travis-ci.org/WPIRoboticsProjects/GRIP)
55
[![Build status](https://ci.appveyor.com/api/projects/status/9xl8pggec4l75pqb/branch/master?svg=true)](https://ci.appveyor.com/project/ThomasJClark/grip/branch/master)
66
[![codecov.io](http://codecov.io/github/WPIRoboticsProjects/GRIP/coverage.svg?branch=master)](http://codecov.io/github/WPIRoboticsProjects/GRIP?branch=master)
7-
7+
[![Github Releases](https://img.shields.io/github/downloads/WPIRoboticsProjects/GRIP/total.svg)](https://github.com/WPIRoboticsProjects/GRIP/releases/latest)
88

99
# GRIP Computer Vision Engine
1010

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ allprojects {
3131
testCompile group: 'junit', name: 'junit', version: '4.12'
3232
}
3333

34-
version = '0.1.0'
34+
version = '0.2.0'
3535

3636
jacocoTestReport {
3737
reports {

0 commit comments

Comments
 (0)