chore(release): update versions to v1.4.4 [skip ci]

This commit is contained in:
GitHub Action
2026-05-18 13:14:48 +00:00
parent 4653c455d5
commit 882565a079
3 changed files with 10 additions and 6 deletions
+7 -3
View File
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "KoalaSync",
"version": "1.3.1",
"version": "1.4.4",
"description": "Watch party extension to synchronize video playback on YouTube, Twitch, Netflix, and HTML5 sites in real-time with friends.",
"permissions": [
"storage",
@@ -24,8 +24,12 @@
},
"content_scripts": [
{
"matches": ["https://sync.koalastuff.net/*"],
"js": ["bridge.js"],
"matches": [
"https://sync.koalastuff.net/*"
],
"js": [
"bridge.js"
],
"run_at": "document_start"
}
],
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "koalasync",
"version": "1.3.1",
"version": "1.4.4",
"description": "KoalaSync Build Scripts",
"private": true,
"scripts": {
+2 -2
View File
@@ -1,4 +1,4 @@
{
"version": "1.3.1",
"date": "2026-05-18T13:02:13Z"
"version": "1.4.4",
"date": "2026-05-18T13:14:48Z"
}