Skip to content

Commit 78b8ffb

Browse files
Update version & travis configuration
1 parent 8996e95 commit 78b8ffb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "4.3.0"
3+
- "5"
4+
- "4"
45
- "0.12"
56

67
branches:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-connector-sqlite",
3-
"version": "1.4.0",
3+
"version": "1.4.5",
44
"description": "LoopBack SQLite3 Database Connector. LoopBack is an API Mgmt/MBaas platform built on top of express by StrongLoop. It supports the notion of connectors to connect to databases, restful web services, soap web services etc.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)