From bd7b5b551ca09cc5b1993ef08dc1562cf255eb1f Mon Sep 17 00:00:00 2001 From: Jonathan Leitschuh Date: Sat, 9 Jan 2016 19:09:26 -0500 Subject: [PATCH] Release v1.0.0 --- README.md | 10 ++++++++-- build.gradle | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 936692862a..29c9b7a0eb 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ # GRIP Computer Vision Engine GRIP (the Graphically Represented Image Processing engine) is a program for rapidly prototyping and deploying computer -vision algorithms, primarily for robotics applications. **It is currently in an early state of development**, -should be ready in time for the 2016 FIRST Robotics Competition. +vision algorithms, primarily for robotics applications. It has been released with features designed for the +2016 FIRST Robotics Competition Season. ## Getting Started @@ -25,3 +25,9 @@ Check out the release notes and [the wiki](https://github.com/WPIRoboticsProject To build and run, use the included Gradle wrapper script. ./gradlew :ui:run + + +## Thanks + +Thanks to [TravisCI](https://travis-ci.org/) and [AppVeyor](https://www.appveyor.com/) for providing their continuous integration +servers to open source projects for free. \ No newline at end of file diff --git a/build.gradle b/build.gradle index c3819f093c..e49713db04 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ allprojects { testCompile group: 'junit', name: 'junit', version: '4.12' } - version = '1.0.0-rc4' + version = '1.0.0' compileJava { options.compilerArgs << "-g"