Skip to content

Commit 5c9841d

Browse files
committed
update version
1 parent ce9d3b5 commit 5c9841d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
mkdir socialswitch-v1.0-chrome
1717
cp chrome/background.js chrome/manifest.json chrome/popup.js chrome/popup.html chrome/support.html chrome/style.css socialswitch-v1.0-chrome/
1818
cp -r chrome/icons/ socialswitch-v1.0-chrome/
19-
mkdir socialswitch-v1.1-firefox
20-
cp firefox/background.js firefox/manifest.json firefox/popup.js firefox/style.css chrome/popup.html chrome/support.html socialswitch-v1.1-firefox/
21-
cp -r chrome/icons/ socialswitch-v1.1-firefox/
19+
mkdir socialswitch-v1.2-firefox
20+
cp firefox/background.js firefox/manifest.json firefox/popup.js firefox/style.css chrome/popup.html chrome/support.html socialswitch-v1.2-firefox/
21+
cp -r chrome/icons/ socialswitch-v1.2-firefox/
2222
2323
- name: Upload Chrome Artifact
2424
uses: actions/upload-artifact@v4
@@ -29,5 +29,5 @@ jobs:
2929
- name: Upload Firefox Artifact
3030
uses: actions/upload-artifact@v4
3131
with:
32-
name: socialswitch-v1.1-firefox
33-
path: socialswitch-v1.1-firefox
32+
name: socialswitch-v1.2-firefox
33+
path: socialswitch-v1.2-firefox

firefox/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 2,
33
"name": "Social Switch: Anonymous Instagram and TikTok",
4-
"version": "1.1",
4+
"version": "1.2",
55
"description": "Redirect Instagram and TikTok URLs to anonymous viewers",
66
"homepage_url": "https://github.com/claromes/socialswitch",
77
"author": "Claromes",

0 commit comments

Comments
 (0)