Skip to content

Commit 7a28005

Browse files
committed
Bumped version to 2.0.0-alpha7
1 parent 8c1ee03 commit 7a28005

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
@@ -5,7 +5,7 @@
55
## Install
66

77
```bash
8-
npm install [email protected]alpha6
8+
npm install [email protected]alpha7
99
```
1010

1111
Despite the alpha tag, this is the recommended version for new applications.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
33
"name": "mysql",
44
"description": "A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.",
5-
"version": "2.0.0-alpha6",
5+
"version": "2.0.0-alpha7",
66
"repository": {
77
"url": ""
88
},

0 commit comments

Comments
 (0)