From 13b5bc049a5d79e28d39f026e59e15b5b6901a15 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Tue, 16 Feb 2021 12:39:39 +0800 Subject: [PATCH] bump version to 1.2.1 --- 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 fabda42..f42028a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ariang", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a024c70..5125580 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.2.0", + "version": "1.2.1", "main": "index.html", "scripts": { "test": "echo \"Error: no test specified\" && exit 0"