Skip to content

Commit 7cee218

Browse files
committed
Setting version to 0.11.13
1 parent 61d8d37 commit 7cee218

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
@@ -3,7 +3,7 @@
33
[![Actions Build](https://github.com/plokhotnyuk/rtree2d/workflows/build/badge.svg)](https://github.com/plokhotnyuk/rtree2d/actions)
44
[![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)
55
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.0.0.svg)](https://www.scala-js.org)
6-
[![Maven Central](https://img.shields.io/badge/maven--central-0.11.12-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.rtree2d)
6+
[![Maven Central](https://img.shields.io/badge/maven--central-0.11.13-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.rtree2d)
77

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

3131
```sbt
32-
libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.12"
32+
libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.13"
3333
```
3434

3535
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.13-SNAPSHOT"
1+
ThisBuild / version := "0.11.13"

0 commit comments

Comments
 (0)