Skip to content

Commit 1690457

Browse files
authored
Update manifest and package version to 0.1.4 with enhanced description (#19)
- Updated the description in manifest.json to clarify the tool's functionality in analyzing and debugging Segment events on web pages. - Bumped version in package.json from 0.1.3 to 0.1.4.
1 parent 76492e6 commit 1690457

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "Analytics X-Ray",
4-
"description": "Analytics X-Ray is a tool that helps you analyze your analytics data.",
4+
"description": "Analytics X-Ray is a tool that helps you analyze and debug Segment events being fired on web pages.",
55
"options_ui": {
66
"page": "src/pages/options/index.html",
77
"open_in_tab": true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "analytics-x-ray",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Analytics X-Ray is a tool that helps you analyze and debug Segment events being fired on web pages.",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)