Skip to content

Commit 5b3d0a1

Browse files
committed
Setting version to 0.11.2
1 parent ec8893b commit 5b3d0a1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage Status](https://coveralls.io/repos/github/plokhotnyuk/rtree2d/badge.svg?branch=master)](https://coveralls.io/github/plokhotnyuk/rtree2d?branch=master)
66
[![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)
77
[![Scala.js](https://www.scala-js.org/assets/badges/scalajs-1.0.0.svg)](https://www.scala-js.org)
8-
[![Maven Central](https://img.shields.io/badge/maven--central-0.11.1-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.rtree2d)
8+
[![Maven Central](https://img.shields.io/badge/maven--central-0.11.2-blue.svg)](https://search.maven.org/search?q=com.github.plokhotnyuk.rtree2d)
99

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

3333
```sbt
34-
libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.1"
34+
libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.2"
3535
```
3636

3737
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-
version in ThisBuild := "0.11.2-SNAPSHOT"
1+
ThisBuild / version := "0.11.2"

0 commit comments

Comments
 (0)