Skip to content

Commit e28f833

Browse files
committed
Updating version number
There was a problem with the package uploaded to npmjs.com. I cannot replace the file once it's published so I need to bump the version number. That and a minor doc update are the only changes.
1 parent 2563a97 commit e28f833

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
@@ -15,7 +15,7 @@ for additional prerequisites including Python 2.7, and C/C++ tool chain.
1515
The official version hosted on NPM includes precompiled libraries for Windows
1616
(64-bit).
1717

18-
As of version 1.0.6, the node-sqlanywhere driver supports node.js v0.10, 0.12, 4.x, and 5.x.
18+
As of version 1.0.6, the node-sqlanywhere driver supports node.js v0.10, 0.12, 4.x, and 5.x. As of version 1.0.9, it also supports node.js v6.x.
1919

2020
##Getting Started
2121

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "SQL ANYWHERE ",
33
"name": "sqlanywhere",
44
"description": "SQL Anywhere JavaScript Driver.",
5-
"version": "1.0.8",
5+
"version": "1.0.10",
66
"repository": {
77
"url": "https://github.com/sqlanywhere/node-sqlanywhere"
88
},

0 commit comments

Comments
 (0)