From a125a6d3b711136026625545351aaea8f7e66af4 Mon Sep 17 00:00:00 2001 From: RampantDespair Date: Fri, 29 Dec 2023 21:21:35 -0500 Subject: [PATCH] Version 1.0.1 --- package.json | 4 ++-- public/manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8021c70..57cf9e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "unity-asset-store-price-tracker", - "version": "1.0.0", - "description": "This extension lets you view pricing history for Unity assets", + "version": "1.0.1", + "description": "This extension lets you view pricing history for Unity assets on site", "private": true, "scripts": { "build": "rimraf out/* --glob && node ./node_modules/webpack/bin/webpack.js --env production --config config/webpack.config.js && cd out/ && bestzip %npm_package_name%_v%npm_package_version%.zip *", diff --git a/public/manifest.json b/public/manifest.json index 54cac98..99fe13a 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "Unity Asset Store Price Tracker", - "version": "1.0.0", - "description": "This extension lets you view pricing history for Unity assets", + "version": "1.0.1", + "description": "This extension lets you view pricing history for Unity assets on site", "icons": { "16": "icons/icon_16.png", "32": "icons/icon_32.png",