From a17184a1f8fb00e59aee02a5381180a4c7fcded3 Mon Sep 17 00:00:00 2001 From: Explosion-Scratch Date: Mon, 18 Jan 2021 18:25:18 +0000 Subject: [PATCH] [Release] v4.1.0 --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ec945ec08..855b9b07d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bijou.js", - "version": "4.0.4", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index deca9770c..bc64ec685 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bijou.js", - "version": "4.0.4", + "version": "4.1.0", "description": "Bijou.js is a library of super helpful JavaScript snippets! It has a bunch of useful snippets for all your coding needs! If there's something that's not in here currently but you use frequently feel free to submit an issue! I'd be happy to add it! Bijou's goal is to eliminate the need to copy paste the same thing from StackOverflow, another project or anywhere else! So if you ever find yourself typing the same thing over and over again, copy pasting the same snippet as you did a few days ago, use Bijou.js! If the snippet you're using isn't in Bijou.js just submit an issue with the code!", "main": "bijou.js", "repository": { @@ -25,4 +25,4 @@ "devDependencies": { "jsdoc": "~3.6.6" } -} \ No newline at end of file +}