Skip to content

Commit

Permalink
Merge pull request #341 from JLLeitschuh/release/v1.0.0
Browse files Browse the repository at this point in the history
Release v1.0.0
  • Loading branch information
JLLeitschuh committed Jan 10, 2016
2 parents 7d6aabe + bd7b5b5 commit 8ed9df2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8ed9df2

Please sign in to comment.