Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.
Merged
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 NOTICES
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ What follows are the names, source code locations and licenses for the Weaklayer
=================================================================================================

Weaklayer Sensor
version 0.0.1
source: https://github.com/weaklayer/sensor/tree/v0.0.1
version 0.0.2
source: https://github.com/weaklayer/sensor/tree/v0.0.2

Weaklayer Sensor is available under the terms of the GNU Affero General Public License (GNU AGPL).
A copy of this license is present in the LICENSE file.
Expand Down
2 changes: 1 addition & 1 deletion manifests/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "Weaklayer Sensor",
"author": "Weaklayer",
"version": "0.0.1",
"version": "0.0.2",
"description": "Browser Detection and Response",
"manifest_version": 2,
"icons": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@weaklayer/sensor",
"description": "Browser Detection and Response",
"version": "0.0.1",
"version": "0.0.2",
"license": "AGPL-3.0-or-later",
"private": true,
"files": [
Expand Down Expand Up @@ -39,4 +39,4 @@
"uuid": "8.2.0",
"webextension-polyfill": "0.6.0"
}
}
}