Skip to content

Commit e1974d9

Browse files
committed
Merge branch 'dev' of https://github.com/zen-browser/desktop into dev
2 parents 0e030dc + fcff502 commit e1974d9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ jobs:
548548
# If we are on Twilight, we want to just update the Twilight tag's release
549549
- name: Update Twilight tag
550550
if: ${{ inputs.update_branch == 'twilight' }}
551-
uses: softprops/action-gh-release@v2.3.0
551+
uses: softprops/action-gh-release@v2.2.2
552552
with:
553553
body_path: release_notes.md
554554
files: |
@@ -580,7 +580,7 @@ jobs:
580580
GITHUB_REPOSITORY: ${{ github.repository }}
581581

582582
- name: Release
583-
uses: softprops/action-gh-release@v2.3.0
583+
uses: softprops/action-gh-release@v2.2.2
584584
if: ${{ inputs.update_branch == 'release' }}
585585
with:
586586
token: ${{ secrets.DEPLOY_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Zen is a firefox-based browser with the aim of pushing your productivity to a ne
2929

3030
### Firefox Versions
3131

32-
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `139.0.1`! 🚀
32+
- [`Release`](https://zen-browser.app/download) - Is currently built using Firefox version `139.0.4`! 🚀
3333
- [`Twilight`](https://zen-browser.app/download?twilight) - Is currently built using Firefox version `RC 139.0.1`!
3434

3535
### Contributing
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6548d6b52a8969b347101142ed630393332ab274
1+
29fd9c19879c6f9bfcf414f47426d8dc00dee1a5

surfer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"binaryName": "zen",
66
"version": {
77
"product": "firefox",
8-
"version": "139.0.1",
8+
"version": "139.0.4",
99
"candidate": "139.0.1"
1010
},
1111
"buildOptions": {

0 commit comments

Comments
 (0)