Skip to content

Commit

Permalink
bump version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx committed Oct 28, 2019
1 parent 0685939 commit 13f49e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions database/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
const config = require('../config');
const sqlite = require('sqlite');

// eslint-disable-next-line object-property-newline
const dbPromise = sqlite.open(config.db_path, { Promise, cached: true });
module.exports = dbPromise;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "noderssbot",
"version": "0.3.0",
"version": "0.3.1",
"description": "Another Telegram RSSBot in Node.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 13f49e2

Please sign in to comment.