Skip to content

Commit cc53561

Browse files
author
Viktor Gamov
committed
documentation fix, upgraded Hazelcast to 3.6.5
1 parent 5d607da commit cc53561

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This document explains Node.js client for Hazelcast which uses Hazelcast's Open
3232

3333
Hazelcast Node.js client supports the following data structures and features:
3434

35-
* Map (except entry processors) and MultiMap
35+
* Map (including entry processors and `PartitionAware` keys) and MultiMap
3636
* Queue, Set, and List
3737
* Lock
3838
* Smart Client

scripts/download-rc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
HAZELCAST_VERSION="3.6.3"
2+
HAZELCAST_VERSION="3.6.5"
33
HAZELCAST_RC_VERSION="0.1-SNAPSHOT"
44
SNAPSHOT_REPO="https://oss.sonatype.org/content/repositories/snapshots"
55
RELEASE_REPO="http://repo1.maven.apache.org/maven2"

0 commit comments

Comments
 (0)