Skip to content

Commit f6ac6ed

Browse files
committed
v1.4.2
修复bigshape缓存无效问题 修复多线程下查询wkb解析报错问题
1 parent a535aed commit f6ac6ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The actual measurement performance of BigShape is up to 100 times faster than th
7676

7777

7878
## install
79-
The latest version is `1.4.0`
79+
The latest version is `1.4.2`
8080

8181
maven import in your project
8282
```

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ System.out.println(bigShape.intersects(tx, s1));//利用BigShape来做空间关
7676

7777

7878
## install
79-
The latest version is `1.4.0`
79+
The latest version is `1.4.2`
8080

8181
maven import in your project
8282
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</properties>
1313
<groupId>org.wowtools</groupId>
1414
<artifactId>neo4j-rtree</artifactId>
15-
<version>1.4.1</version>
15+
<version>1.4.2</version>
1616
<name>neo4j-rtree</name>
1717

1818
<description>a spatial index for neo4j 4.x.</description>

0 commit comments

Comments
 (0)