Bumping version for pre-release. - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 631bfbc9e40184157a4bec85103a4c52e671833a
(DIR) parent c5d709d763da6c0866e1dbabff3e601694b94be6
(HTM) Author: Jay Scott <me@jay.scot>
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(-)
---
(DIR) diff --git a/controllers/torrents_controller.js b/controllers/torrents_controller.js
@@ -42,7 +42,6 @@ function saveTorrent(query, data, callback) {
});
}
-
function updateTorrent(torrent, callback) {
const webtorrentHealth = require('webtorrent-health');
(DIR) 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",