Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Relaunch the study #151

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"author": "Kartikeya Kandula",
"manifest_version": 2,
"name": "Search Engine Usage and Result Quality Study",
"version": "1.1.0",
"version": "1.2.0",
"homepage_url": "https://github.com/mozilla-rally/search-engine-usage-study",
"applications": {
"gecko": {
"id": "[email protected]",
"id": "search-engine-usage-relaunch@rally.mozilla.org",
"strict_min_version": "77.0a1"
}
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search_engine_usage_study",
"version": "1.1.0",
"version": "1.2.0",
"scripts": {
"build": "npm run build:glean && rollup -c && rollup -c rollup.config.content-scripts.js && npm run package",
"build:glean": "npm run build:glean:metrics && npm run build:glean:docs",
Expand Down