From 3310cfec4bc7c52bd25792340772991c72418f56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Tue, 17 Oct 2023 11:14:30 +0200 Subject: [PATCH] version --- index.js | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 753759c..7b1c6ef 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,15 @@ export default class Cookie { + /** + * Make a new Cookie instance. + * + * @return {void} + */ + constructor() + { + // + } + /** * Set a cookie value for the given key. * diff --git a/package.json b/package.json index 0c1866c..bbaef7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@conedevelopment/qkie", - "version": "1.0.0", + "version": "1.0.1", "description": "Simple cookie management.", "main": "index.js", "scripts": {