From 836b39ed3d82c68c5fdf007d4d2a7c9a45c20054 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sun, 14 Feb 2021 19:39:31 +0800 Subject: [PATCH] bump version to 1.2.0 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb6bcfc..fabda42 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ariang", - "version": "1.1.7", + "version": "1.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3c1a7be..a024c70 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "name": "ariang", "description": "AriaNg, a modern web frontend making aria2 easier to use.", - "version": "1.1.7", + "version": "1.2.0", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 0"