| Bumping version for pre-release. - seedlinux - Torrent indexing tool opensource… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 631bfbc9e40184157a4bec85103a4c52e671833a | |
| parent c5d709d763da6c0866e1dbabff3e601694b94be6 | |
| Author: Jay Scott <[email protected]> | |
| Date: Fri, 7 Jul 2017 09:49:27 +0100 | |
| Bumping version for pre-release. | |
| I have met all the goals for a 0.1 release so this bump is to allow | |
| for a tagged release of the app. | |
| Diffstat: | |
| M controllers/torrents_controller.js | 1 - | |
| M package.json | 2 +- | |
| 2 files changed, 1 insertion(+), 2 deletions(-) | |
| --- | |
| diff --git a/controllers/torrents_controller.js b/controllers/torrents_controll… | |
| @@ -42,7 +42,6 @@ function saveTorrent(query, data, callback) { | |
| }); | |
| } | |
| - | |
| function updateTorrent(torrent, callback) { | |
| const webtorrentHealth = require('webtorrent-health'); | |
| diff --git a/package.json b/package.json | |
| @@ -1,6 +1,6 @@ | |
| { | |
| "name": "seedlinux", | |
| - "version": "0.0.2", | |
| + "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "preinstall": "npm install forever", |