Skip to content

Commit

Permalink
Bump the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ahlers committed May 19, 2014
1 parent 3e47cf6 commit 1ed3fa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pattern's OpenCV package is added to your project as any other dependency.
<dependency>
<groupId>nu.pattern</groupId>
<artifactId>opencv</artifactId>
<version>2.4.9-6</version>
<version>2.4.9-7</version>
</dependency>

<!-- ... -->
Expand All @@ -41,7 +41,7 @@ Pattern's OpenCV package is added to your project as any other dependency.
```scala
// ...

libraryDependencies += "nu.pattern" % "opencv" % "2.4.9-6"
libraryDependencies += "nu.pattern" % "opencv" % "2.4.9-7"

// ...
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>jar</packaging>
<groupId>nu.pattern</groupId>
<artifactId>opencv</artifactId>
<version>2.4.9-6</version>
<version>2.4.9-7</version>
<name>Pattern OpenCV</name>
<description>OpenCV packaged with native libraries and loader for multiple platforms.</description>
<url>http://github.com/patternconsulting/opencv</url>
Expand Down

0 comments on commit 1ed3fa2

Please sign in to comment.