Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RampantDespair committed Dec 30, 2023
1 parent 0287d4b commit a125a6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 *",
Expand Down
4 changes: 2 additions & 2 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a125a6d

Please sign in to comment.