From bd9f0f40868bdee7725c8404fad9bbd781d05d2c Mon Sep 17 00:00:00 2001 From: 6tail <6tail@6tail.cn> Date: Fri, 16 Oct 2020 21:47:00 +0800 Subject: [PATCH] =?UTF-8?q?v1.0.25=20=E4=BF=AE=E5=A4=8D=E5=80=BC=E6=9C=88?= =?UTF-8?q?=E4=B9=9D=E6=98=9F=E6=95=B0=E7=BB=84=E4=B8=8B=E6=A0=87=E8=B6=8A?= =?UTF-8?q?=E7=95=8C=E7=9A=84=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lunar.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lunar.js b/lunar.js index a6cf6c2..16001af 100644 --- a/lunar.js +++ b/lunar.js @@ -1278,7 +1278,7 @@ // 寅月起,所以需要-2 var monthIndex = this._p.monthZhiIndex-2; if(monthIndex<0){ - monthIndex += 12 + monthIndex += 12; } var index = start-monthIndex-1; if(index<0){ diff --git a/package.json b/package.json index a0a3f73..1be2c56 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lunar-javascript", - "version": "1.0.24", + "version": "1.0.25", "description": "lunar is a calendar library for Solar and Chinese Lunar.", "main": "index.js", "scripts": {