Skip to content

Commit 283c4db

Browse files
committed
Setting version to 0.11.5
1 parent fac5678 commit 283c4db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Coverage Status](https://coveralls.io/repos/github/plokhotnyuk/rtree2d/badge.svg?branch=master)](https://coveralls.io/github/plokhotnyuk/rtree2d?branch=master)
55
[![Scala Steward](https://img.shields.io/badge/Scala_Steward-helping-brightgreen.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
66
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.0.0.svg)](https://www.scala-js.org)
7-
[![Maven Central](https://img.shields.io/badge/maven--central-0.11.4-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.rtree2d)
7+
[![Maven Central](https://img.shields.io/badge/maven--central-0.11.5-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.rtree2d)
88

99
RTree2D is a 2D immutable [R-tree](https://en.wikipedia.org/wiki/R-tree) with
1010
[STR (Sort-Tile-Recursive)](https://archive.org/details/DTIC_ADA324493) packing for ultra-fast nearest and intersection
@@ -30,7 +30,7 @@ To archive these goals we have used:
3030
Add the library to a dependency list:
3131

3232
```sbt
33-
libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.4"
33+
libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.5"
3434
```
3535

3636
Entries of R-tree are represented by `RTreeEntry` instances which contains payload and 4 coordinates of the minimum

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.11.5-SNAPSHOT"
1+
ThisBuild / version := "0.11.5"

0 commit comments

Comments
 (0)