From 206da7032c7e88a65e11e354626e87818bbf6f2b Mon Sep 17 00:00:00 2001 From: Quentin Rousseau Date: Thu, 26 Feb 2015 19:09:17 +0100 Subject: [PATCH] Bump to 1.0.3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d47389e..93ceb6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "syno", - "version": "1.0.2", - "description": "Simple Synology API wrapper for Auth, FileStation and DownloadStation.", + "version": "1.0.3", + "description": "Simple Node.js wrapper (browser included) and CLI for Synology DSM REST API.", "main": "dist/syno.js", "scripts": { "test": "grunt test"