Skip to content

Commit

Permalink
Release 0.43.1
Browse files Browse the repository at this point in the history
- bug and "bug" fixes
- Updated dependencies
  • Loading branch information
lessthanoptimal committed Jun 1, 2023
1 parent 55def0e commit 5cbb5bb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ BoofCV is on [Maven Central](http://search.maven.org/) and can be easily added t
For Gradle projects:
```
dependencies {
api(group: 'org.boofcv', name: 'boofcv-core', version: '0.43')
api(group: 'org.boofcv', name: 'boofcv-core', version: '0.43.1')
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.boofcv'
version = '0.44-SNAPSHOT'
version = '0.43.1'

createVersionFile.enabled = false // run only once. enabled in types
}

project.ext.commons_io_version = '2.11.0'
project.ext.deepboof_version = '0.5.1'
project.ext.commons_io_version = '2.12.0'
project.ext.deepboof_version = '0.5.2'
project.ext.lombok_version = '1.18.24'
project.ext.jabel_version = '1.0.0'
project.ext.guava_version = '31.1-jre'
Expand Down
2 changes: 1 addition & 1 deletion change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Change Log

Date Format: year/month/day
---------------------------------------------
Date : 2023/??
Date : 2023/May/31
Version : 0.43.1

- ImageLinePruneMerge
Expand Down
2 changes: 1 addition & 1 deletion integration/boofcv-android/examples/video/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configurations {

dependencies {
['boofcv-android', 'boofcv-core'].each {
String a -> api group: 'org.boofcv', name: a, version: '0.43' }
String a -> api group: 'org.boofcv', name: a, version: '0.43.1' }

annotationProcessor 'org.projectlombok:lombok:1.18.16'

Expand Down

0 comments on commit 5cbb5bb

Please sign in to comment.