From 5ee0605ce259eb2fe1aa5341dcffdccece2858f4 Mon Sep 17 00:00:00 2001 From: flashwave Date: Mon, 10 Jun 2024 03:54:00 +0000 Subject: [PATCH] 1.0.0 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6c24955..57abd7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@flashwave/assproc", - "version": "0.16.0", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@flashwave/assproc", - "version": "0.16.0", + "version": "1.0.0", "license": "BSD-3-Clause", "dependencies": { "@swc/core": "^1.5.25", diff --git a/package.json b/package.json index 93c87da..accd7f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flashwave/assproc", - "version": "0.16.0", + "version": "1.0.0", "description": "Personal frontend asset processing tool", "main": "./src/index.js", "scripts": {