Skip to content

Commit

Permalink
Release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lessthanoptimal committed Jun 27, 2024
1 parent ce4f6aa commit d3a9f80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ allprojects {
apply plugin: 'com.peterabeles.gversion'

group = 'org.boofcv'
version = '1.1.5-SNAPSHOT'
version = '1.1.5'

createVersionFile.enabled = false // run only once. enabled in types
}
Expand Down
4 changes: 4 additions & 0 deletions change.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Version : 1.1.5

- PerspectiveOps
* Added pointAt()
- Quality of life features added to various array types
- Support for textured mesh reading and rendering
- Fixed camera for 3D mesh viewer so that it actually points at the object
- Updated Android and other dependencies

---------------------
Date : 2024/May/14
Expand Down

0 comments on commit d3a9f80

Please sign in to comment.