Skip to content

Commit

Permalink
Setting version to 0.6.0:
Browse files Browse the repository at this point in the history
* Removed blueprints dependency (now angulillos is dependency-free 🎉):
  - #36: Using Java 8 `BiPredicate` instead of the `blueprints.Predicate`
  - #44: Added `Compare` and `Contain` query predicate enums and corresponding `query` methods to the `TypedElementIndex` interface
* Other minor changes: added `name`, `graph` and `elementType` to the `TypedElementIndex` interface
  • Loading branch information
laughedelic committed Mar 17, 2016
1 parent b173060 commit 0262a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.6.0-SNAPSHOT"
version in ThisBuild := "0.6.0"

0 comments on commit 0262a49

Please sign in to comment.