From fe70317a95b7459b1ffc4d39b6d2aa250b7a1630 Mon Sep 17 00:00:00 2001 From: Arthur Danjou Date: Fri, 18 Jun 2021 16:51:26 +0200 Subject: [PATCH] Update versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 49f8040..a1da358 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@linkyjs/core", - "version": "1.0.3", + "version": "1.0.4", "description": "URL Shortener for Developers 💻", "main": "start/kernel.ts", "repository": { @@ -8,7 +8,7 @@ "url": "git+https://github.com/linkyjs/core.git" }, "author": "", - "license": "ISC", + "license": "MIT", "bugs": { "url": "https://github.com/linkyjs/core/issues" },