From d64cb9c725f72ff8fd536b821f189ce9762c5ef3 Mon Sep 17 00:00:00 2001 From: krung2 Date: Wed, 21 Jul 2021 17:28:05 +0900 Subject: [PATCH] Fix: version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1f346a5..1e5f2b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-gabia-sms", - "version": "0.0.1", + "version": "0.0.3", "description": "using gabiad sms service", "main": "index.js", "scripts": { @@ -12,7 +12,7 @@ "url": "git+https://github.com/krung2/gabia-sms.git" }, "author": "krung2 ", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/krung2/gabia-sms/issues" },