Skip to content

Commit 8ed9df2

Browse files
committed
Merge pull request #341 from JLLeitschuh/release/v1.0.0
Release v1.0.0
2 parents 7d6aabe + bd7b5b5 commit 8ed9df2

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# GRIP Computer Vision Engine
1010

1111
GRIP (the Graphically Represented Image Processing engine) is a program for rapidly prototyping and deploying computer
12-
vision algorithms, primarily for robotics applications. **It is currently in an early state of development**,
13-
should be ready in time for the 2016 FIRST Robotics Competition.
12+
vision algorithms, primarily for robotics applications. It has been released with features designed for the
13+
2016 FIRST Robotics Competition Season.
1414

1515
## Getting Started
1616

@@ -25,3 +25,9 @@ Check out the release notes and [the wiki](https://github.com/WPIRoboticsProject
2525
To build and run, use the included Gradle wrapper script.
2626

2727
./gradlew :ui:run
28+
29+
30+
## Thanks
31+
32+
Thanks to [TravisCI](https://travis-ci.org/) and [AppVeyor](https://www.appveyor.com/) for providing their continuous integration
33+
servers to open source projects for free.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ allprojects {
3636
testCompile group: 'junit', name: 'junit', version: '4.12'
3737
}
3838

39-
version = '1.0.0-rc4'
39+
version = '1.0.0'
4040

4141
compileJava {
4242
options.compilerArgs << "-g"

0 commit comments

Comments
 (0)